Skip to content

Commit

Permalink
Update variables.sh: shellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jan 15, 2025
1 parent 733bd07 commit d66a545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" ]]; then

# If a user wants to define new variables or assign variables differently,
# then load their file if it exists.
# shellcheck disable=SC1090,SC1091
ALLSKY_USER_VARIABLES="${ALLSKY_CONFIG}/uservariables.sh"
if [[ -f ${ALLSKY_USER_VARIABLES} ]]; then
# shellcheck disable=SC1090,SC1091
source "${ALLSKY_USER_VARIABLES}"
else
ALLSKY_USER_VARIABLES=""
Expand Down

0 comments on commit d66a545

Please sign in to comment.