Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Aug 13, 2024
1 parent 3d6f849 commit d8a6a76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions call_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

# check for configuration
CALL_HOST_CONFIG=~/.callhostrc
if [ -f $CALL_HOST_CONFIG ]; then
source $CALL_HOST_CONFIG
if [ -f "$CALL_HOST_CONFIG" ]; then
# shellcheck source=/dev/null
source "$CALL_HOST_CONFIG"
fi

# default values
Expand Down

0 comments on commit d8a6a76

Please sign in to comment.