From dc4bd02e3998968a6e42ca8758d82a237bc512d0 Mon Sep 17 00:00:00 2001 From: jhonas Date: Thu, 3 Mar 2022 02:09:40 +0100 Subject: [PATCH] Fix script name --- template/pkgs/utils/ttp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/pkgs/utils/ttp.sh b/template/pkgs/utils/ttp.sh index 7fb264c..42a0032 100644 --- a/template/pkgs/utils/ttp.sh +++ b/template/pkgs/utils/ttp.sh @@ -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