Update pre-push hook

This commit is contained in:
Jeff Mitchell 2019-04-16 13:50:38 -04:00
parent 5dcfe7bf5f
commit daa9aba7bf
1 changed files with 1 additions and 1 deletions

View File

@ -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