From be7089b9f1cee330bc5973431b0d45dee840b46d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 3 Aug 2022 17:38:29 -0400 Subject: Fix globbing in pre-push hook --- Biz/Ide/hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Ide') diff --git a/Biz/Ide/hooks/pre-push b/Biz/Ide/hooks/pre-push index 3c826c4..5236651 100755 --- a/Biz/Ide/hooks/pre-push +++ b/Biz/Ide/hooks/pre-push @@ -1,2 +1,2 @@ #!/usr/bin/env bash -lint "$BIZ_ROOT/**/*" && bild --test "$BIZ_ROOT/**/*" +lint "$BIZ_ROOT"/**/* && bild --test "$BIZ_ROOT"/**/* -- cgit v1.2.3