]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/git.pm
In all=no conditionals, depend on the influences, not the test pagespec
[git.ikiwiki.info.git] / IkiWiki / Plugin / git.pm
index 9e67a36ee79465303b7983b9a4e44b6f7388b704..4b0e5a86d065fba816d58564dd0593209c9d3680 100644 (file)
@@ -609,7 +609,7 @@ sub rcs_commit_helper (@) {
        # So we should ignore its exit status (hence run_or_non).
        if (run_or_non('git', 'commit', '-m', $params{message}, '-q', @opts)) {
                if (length $config{gitorigin_branch}) {
-                       run_or_cry('git', 'push', $config{gitorigin_branch});
+                       run_or_cry('git', 'push', $config{gitorigin_branch}, $config{gitmaster_branch});
                }
        }