Continue rather than return when encountering delete branch in pre-push

This commit is contained in:
Steve Streeting 2015-09-04 15:04:16 +01:00
parent d7589752a9
commit 822249a49a

@ -62,7 +62,7 @@ func prePushCommand(cmd *cobra.Command, args []string) {
left, right := decodeRefs(line)
if left == prePushDeleteBranch {
return
continue
}
// Just use scanner here