Skip to content

Commit 8ed64df

Browse files
committed
Merge branch 'maint-1.8.3' into maint
* maint-1.8.3: fix shell syntax error in template
2 parents e230c56 + e5be297 commit 8ed64df

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)