LlamaFinetuneGGUF commited on
Commit
0d49c74
·
unverified ·
2 Parent(s): 320575d 90de93e

Merge pull request #512 from mrsimpson/fix-lint-failed-message

Browse files
Files changed (1) hide show
  1. .husky/pre-commit +1 -1
.husky/pre-commit CHANGED
@@ -9,7 +9,7 @@ if ! pnpm typecheck; then
9
  fi
10
 
11
  if ! pnpm lint; then
12
- echo "❌ Linting failed! 'pnpm lint:check' will help you fix the easy ones."
13
  echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
14
  exit 1
15
  fi
 
9
  fi
10
 
11
  if ! pnpm lint; then
12
+ echo "❌ Linting failed! 'pnpm lint:fix' will help you fix the easy ones."
13
  echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
14
  exit 1
15
  fi