Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request weaveworks#58 from weaveworks/fix-lint
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
tomwilkie authored Jan 3, 2017
2 parents 81d80f3 + ab1b11d commit b7f0e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ lint() {
coverage.html) return ;;
esac

if [[ "$(file --mime-type "${filename}" | awk '{print $2}')" = "text/x-shellscript" ]]; then
if [[ "$(file --mime-type "${filename}" | awk '{print $2}')" == "text/x-shellscript" ]]; then
ext="sh"
fi

Expand Down

0 comments on commit b7f0e69

Please sign in to comment.