Skip to content

Commit

Permalink
Little fix (remove print)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcantin committed Mar 14, 2019
1 parent ac58405 commit ef105a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o pipefail
set -o nounset

echo 'Begin hadolint'
export PATH=$PATH:/usr/local/bin

if ! which hadolint &>/dev/null; then
>&2 echo 'hadolint command not found'
Expand Down

0 comments on commit ef105a9

Please sign in to comment.