From 54a2f8227685ba6778dea2f60ec7753b2563c9cb Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 6 Jun 2014 17:51:19 -0700 Subject: [PATCH] Allow cloudcfg.sh to be called from directories other than repo root. --- src/scripts/cloudcfg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/cloudcfg.sh b/src/scripts/cloudcfg.sh index 638a178b640..93efb79a655 100755 --- a/src/scripts/cloudcfg.sh +++ b/src/scripts/cloudcfg.sh @@ -20,5 +20,5 @@ detect-master -./target/cloudcfg -h https://${KUBE_MASTER_IP} $@ +$(dirname $0)/../../target/cloudcfg -h https://${KUBE_MASTER_IP} $@