From 9a7d38a752b74c0867a3800ad30fa8aea9cc17eb Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 16 Apr 2019 13:50:38 -0400 Subject: [PATCH] Update pre-push hook --- .hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hooks/pre-push b/.hooks/pre-push index 76d05f5f4d..13a0676893 100755 --- a/.hooks/pre-push +++ b/.hooks/pre-push @@ -10,7 +10,7 @@ if [ "$remote" = "ent" ]; then exit 0 fi -if [ -f version/version_ent.go ]; then +if [ -f command/version_ent.go ]; then echo "Found enterprise version file while pushing to oss remote" exit 1 fi