Skip to content

Commit

Permalink
Spacing fix in husky's pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
judeallred committed Dec 12, 2023
1 parent 526ef58 commit f62782f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "** Running sim-core's 'yarn lint' **"
echo "** **"
echo "** If this fails, run 'yarn lint' for details. **"
echo "** You'll need to either fix formatting ('yarn fmt'), **"
echo "** or fix the typescript build ('yarn lint') **"
echo "** or fix the typescript build ('yarn lint') **"
echo "** **"
echo "** (Output is stored in .config/husky/husky.log) **"
echo "** This takes about 10 seconds... **"
Expand Down

0 comments on commit f62782f

Please sign in to comment.