Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Anchor that grep
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Jul 31, 2018
1 parent a0b4a3f commit c851b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-package.sh
Expand Up @@ -132,7 +132,7 @@ if [ -n "${APM_TEST_PACKAGES}" ]; then
fi

has_linter() {
${NPM_SCRIPT_PATH} ls --parseable --dev --depth=0 "$1" 2> /dev/null | grep -q "$1"
${NPM_SCRIPT_PATH} ls --parseable --dev --depth=0 "$1" 2> /dev/null | grep -q "$1$"
}

if has_linter "coffeelint"; then
Expand Down

0 comments on commit c851b07

Please sign in to comment.