Skip to content

Commit

Permalink
Merge pull request #5 from LyraPhase/fix-error-message
Browse files Browse the repository at this point in the history
Fix doctl not found error message
  • Loading branch information
trinitronx authored Oct 21, 2023
2 parents af1cf39 + 3c4df70 commit bf003c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/doctl-app-spec-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEBUG=${DEBUG:=0}
[ "$DEBUG" -eq "1" ] && set -o xtrace

if ! command which doctl > /dev/null 2>&1; then
>&2 echo 'shellcheck command not found'
>&2 echo 'doctl command not found'
exit 1
fi

Expand Down

0 comments on commit bf003c9

Please sign in to comment.