mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Fix hook
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
remote="$1"
|
remote="$1"
|
||||||
|
|
||||||
if [ "$remote" == "enterprise" ]; then
|
if [ "$remote" = "enterprise" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user