Fix script name
This commit is contained in:
parent
d44739ce27
commit
dc4bd02e39
|
@ -6,7 +6,7 @@ ttp() {
|
||||||
source unset-env.sh
|
source unset-env.sh
|
||||||
triton profile set "$2"
|
triton profile set "$2"
|
||||||
fi
|
fi
|
||||||
source triton-docker.env.sh
|
source triton-docker-env.sh
|
||||||
elif [[ "$1" == "unset" ]]; then
|
elif [[ "$1" == "unset" ]]; then
|
||||||
source unset-env.sh
|
source unset-env.sh
|
||||||
elif [[ "$1" == "env" ]]; then
|
elif [[ "$1" == "env" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue