Allow cloudcfg.sh to be called from directories other than repo root.

This commit is contained in:
Daniel Smith 2014-06-06 17:51:19 -07:00
parent 130560a769
commit 54a2f82276

View File

@ -20,5 +20,5 @@
detect-master
./target/cloudcfg -h https://${KUBE_MASTER_IP} $@
$(dirname $0)/../../target/cloudcfg -h https://${KUBE_MASTER_IP} $@