Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwarren committed Jan 28, 2021
1 parent 0fe29f3 commit 357ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-test-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ d) DIRECTORY=${OPTARG};;
esac
done

if [ `grep -r '\(|\| |\)raw' ${DIRECTORY}/* | grep -v 'assetSource' | wc -l` -gt 1 ]
if [ `grep -r 'raw' client/templates/* | grep -v 'assetSource' | wc -l` -gt 1 ]
then
echo "Instances of raw in ${DIRECTORY}. Please remove"
exit 1
Expand Down

0 comments on commit 357ea10

Please sign in to comment.