From 3942907eecfe310ba62eb145934ce598ef2ce397 Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Wed, 3 Jul 2013 16:48:35 -0400 Subject: [PATCH] Fix pathname in an update-deployment error message (imported from commit 1f21593056d4a272c0ad9f7f16ed5664f9d393f1) --- tools/update-deployment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-deployment b/tools/update-deployment index e29b24c81d..505a138325 100755 --- a/tools/update-deployment +++ b/tools/update-deployment @@ -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)