mirror of https://github.com/zulip/zulip.git
Fix pathname in an update-deployment error message
(imported from commit 1f21593056d4a272c0ad9f7f16ed5664f9d393f1)
This commit is contained in:
parent
0f734fad2b
commit
3942907eec
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue