Pass through args to localkube

pull/6/head
Justin Huff 2014-06-18 15:53:04 -07:00
parent 8a13e5300d
commit 5736cc8d8a
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ ETCD_PID=$!
sleep 5
echo "Running localkube as root (so it can talk to docker's unix socket)"
sudo $(dirname $0)/../output/go/localkube
sudo $(dirname $0)/../output/go/localkube $*
kill $ETCD_PID