Fix script name

This commit is contained in:
jhonas 2022-03-03 02:09:40 +01:00
parent d44739ce27
commit dc4bd02e39
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -6,7 +6,7 @@ ttp() {
source unset-env.sh
triton profile set "$2"
fi
source triton-docker.env.sh
source triton-docker-env.sh
elif [[ "$1" == "unset" ]]; then
source unset-env.sh
elif [[ "$1" == "env" ]]; then