Skip to content

Commit

Permalink
Merge pull request #146 from dionorgua/quickfix
Browse files Browse the repository at this point in the history
Fix typo that prevents upgrading existing master
  • Loading branch information
djmitche committed Jun 6, 2011
2 parents 21a6129 + 331a429 commit 9b5368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/scripts/runner.py
Expand Up @@ -483,7 +483,7 @@ def upgradeMaster(config):

if rc == 0:
from buildbot.db import connector
from buildbot.buildmaster import BuildMaster
from buildbot.master import BuildMaster

if not config['quiet']: print "upgrading database"
db = connector.DBConnector(BuildMaster(config['basedir']),
Expand Down

0 comments on commit 9b5368e

Please sign in to comment.