Skip to content

Commit

Permalink
Fix wrong indent level (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Oct 24, 2010
1 parent 3e2f897 commit 99dc8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/scripts/runner.py
Expand Up @@ -1136,7 +1136,7 @@ def run():
except BuildbotNotRunningError:
if not so['quiet']:
print "buildmaster not running"
sys.exit(0)
sys.exit(0)

elif command == "restart":
restart(so)
Expand Down

0 comments on commit 99dc8fc

Please sign in to comment.