X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnmbug%2Fnmbug;h=fe103b3b7c5ac2794733e3cff3f2e2ffbb4901f4;hp=f003ef9e355fe7446aa49a89f3f7e03e6582c04d;hb=a03769db17fe5e2ff15a27391086387d1bfe37e7;hpb=d037040997f0dc38467f51e2cd89a558a72acd2a diff --git a/contrib/nmbug/nmbug b/contrib/nmbug/nmbug index f003ef9e..fe103b3b 100755 --- a/contrib/nmbug/nmbug +++ b/contrib/nmbug/nmbug @@ -331,7 +331,7 @@ sub do_log { sub do_push { my $remote = shift || 'origin'; - git ('push', $remote); + git ('push', $remote, 'master'); }