fix hook
This commit is contained in:
parent
7fa76891f1
commit
1769b426ed
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
remote="$1"
|
||||
|
||||
if [ "$remote" == "enterprise" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue