From 3f081a2bf561836d4f0b47cf368522730d619505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Ro=C3=9Fberg?= Date: Tue, 5 Sep 2023 14:20:21 +0200 Subject: [PATCH] fix use of non-existing bash variable --- bash/force-level1-csd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/force-level1-csd.sh b/bash/force-level1-csd.sh index 6e4062f3..b7f7c860 100755 --- a/bash/force-level1-csd.sh +++ b/bash/force-level1-csd.sh @@ -305,7 +305,7 @@ else fi export BOTO_CONFIG if [ ! -r $BOTO_CONFIG ]; then - show_help "$(printf "%s\n " "gsutil config file was not found in $CREDDIR.")" + show_help "$(printf "%s\n " "gsutil config file was not found in $FORCE_CREDENTIALS.")" fi