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