Update pre-push hook
This commit is contained in:
parent
5dcfe7bf5f
commit
daa9aba7bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue