From f62782f7a59969e013ea8e58591bab7f84f81c8b Mon Sep 17 00:00:00 2001 From: Jude Allred Date: Mon, 11 Dec 2023 23:07:47 -0500 Subject: [PATCH] Spacing fix in husky's pre-push --- .config/husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/husky/pre-push b/.config/husky/pre-push index ea23a45..26efd04 100755 --- a/.config/husky/pre-push +++ b/.config/husky/pre-push @@ -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... **"