diff --git a/set-project-vars.sh b/set-project-vars.sh index 4b3b9b5..1fc1709 100755 --- a/set-project-vars.sh +++ b/set-project-vars.sh @@ -66,7 +66,7 @@ if [[ $* == *"--no-cache"* ]]; then elif [[ ! -f ${cache_file} ]]; then cache_vars else - # shellcheck source=.project_vars_cache + # shellcheck disable=SC1090 source "${cache_file}" printf "Using cached values:\n" printf " - Project ID: \033[1m%s\033[0m\n" "${project_id}"