Skip to content

Commit

Permalink
Merge pull request kubernetes#609 from lavalamp/fix
Browse files Browse the repository at this point in the history
Fix kube-push.sh
  • Loading branch information
brendandburns committed Jul 25, 2014
2 parents 321ce0e + a6668f6 commit 28b41dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/kube-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ source $(dirname $0)/$KUBERNETES_PROVIDER/util.sh
echo "Updating cluster using provider: $KUBERNETES_PROVIDER"

verify-prereqs
kube-up
kube-push

echo "Done"

0 comments on commit 28b41dd

Please sign in to comment.