Skip to content

Commit

Permalink
fix: added a shellcheck disable for a case it cant handle
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati23 committed Jul 26, 2024
1 parent f2bbed5 commit 1e0cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-project-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 1e0cb2a

Please sign in to comment.