From e0b5df64ca6f0ce3c3c1d9aed612c7ce488bed37 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 26 Mar 2021 13:46:25 +0100 Subject: [PATCH] fix typo --- clusterctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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