Fix pathname in an update-deployment error message

(imported from commit 1f21593056d4a272c0ad9f7f16ed5664f9d393f1)
This commit is contained in:
Scott Feeney 2013-07-03 16:48:35 -04:00
parent 0f734fad2b
commit 3942907eec
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ while time.time() - start_time < 300:
if not got_lock:
print FAIL + "Deployment already in progress. Please run\n" \
+ " /home/humbug/humbug-deployments/current/update-deployment %s\n" % (refname) \
+ " %s/current/tools/update-deployment %s\n" % (DEPLOYMENTS_DIR, refname) \
+ "manually when the current deployment finishes." + ENDC
sys.exit(1)