summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/land-remote.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/land-remote.py b/script/land-remote.py
index 43fdacb785..93178b57aa 100755
--- a/script/land-remote.py
+++ b/script/land-remote.py
@@ -45,8 +45,8 @@ if not opts.foreground and not opts.email:
sys.exit(1)
if not opts.foreground and opts.push_master:
- print "Unable to push to master when not running in foreground."
- sys.exit(1)
+ print "Pushing to master, forcing run in foreground."
+ opts.foreground = True
if not opts.remote_repo:
print "%s$ mktemp -d" % opts.host