Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e5be297

Browse files
committed
Merge branch 'maint-1.8.2' into maint-1.8.3
* maint-1.8.2: fix shell syntax error in template
2 parents a3bc3d0 + 6897a64 commit e5be297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/hooks--pre-push.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ do
3030
if [ "$local_sha" = $z40 ]
3131
then
3232
# Handle delete
33+
:
3334
else
3435
if [ "$remote_sha" = $z40 ]
3536
then

0 commit comments

Comments
 (0)