]> git.notmuchmail.org Git - notmuch/blobdiff - contrib/nmbug/nmbug
nmbug: only push master branch on nmbug push
[notmuch] / contrib / nmbug / nmbug
index f003ef9e355fe7446aa49a89f3f7e03e6582c04d..fe103b3b7c5ac2794733e3cff3f2e2ffbb4901f4 100755 (executable)
@@ -331,7 +331,7 @@ sub do_log {
 sub do_push {
   my $remote = shift || 'origin';
 
-  git ('push', $remote);
+  git ('push', $remote, 'master');
 }