Skip to content

Commit

Permalink
chore: removing utf char from pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan committed Oct 17, 2023
1 parent 814ecec commit 40239c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .git-hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Ensure lint is passing
LINT=`sasjs lint`
if [[ "$LINT" != *"All matched files use @sasjs/lint code style!" ]]; then
if [[ "$LINT" != *"All matched files use @sasjs/lint code style!" ]]; then
echo "$LINT"
echo "To commit in spite of these warnings, use the -n parameter."
exit 1
Expand Down

0 comments on commit 40239c5

Please sign in to comment.