diff --git a/clusterctl b/clusterctl index 41a5f6f..47c652e 100755 --- a/clusterctl +++ b/clusterctl @@ -237,7 +237,7 @@ init) exit 1 fi shift - bootstrap "$@" + init "$@" ;; start) if [ -z "${2:-}" ]; then