From 713d0f5c6d8d00448de019efc1e2b017b0bad602 Mon Sep 17 00:00:00 2001 From: Sreejith Punnapuzha Date: Wed, 4 Mar 2020 13:26:29 -0600 Subject: [PATCH] [#83] fix output message of airshipctl initinfra This PS fixes the output of airshipctl cluster initinfra --help. This adds the missing space between 'as' and 'metal3.io' Change-Id: I2ffc8a91d2b563e75d69f211472e0405f5b18205 Signed-off-by: Sreejith Punnapuzha --- cmd/cluster/initinfra.go | 2 +- .../cluster-initinfra-cmd-with-defaults.golden | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cluster/initinfra.go b/cmd/cluster/initinfra.go index 458a5bba0..140a6c7f8 100644 --- a/cmd/cluster/initinfra.go +++ b/cmd/cluster/initinfra.go @@ -25,7 +25,7 @@ import ( const ( // TODO add labels in description, when we have them designed - getInitInfraLong = `Deploy initial infrastructure to kubernetes cluster such as` + + getInitInfraLong = `Deploy initial infrastructure to kubernetes cluster such as ` + `metal3.io, argo, tiller and other manifest documents with appropriate labels` getInitInfraExample = `#deploy infra to cluster airshipctl cluster initinfra` diff --git a/cmd/cluster/testdata/TestNewClusterCommandReturnGoldenOutput/cluster-initinfra-cmd-with-defaults.golden b/cmd/cluster/testdata/TestNewClusterCommandReturnGoldenOutput/cluster-initinfra-cmd-with-defaults.golden index 115924d1e..6eb5446ce 100644 --- a/cmd/cluster/testdata/TestNewClusterCommandReturnGoldenOutput/cluster-initinfra-cmd-with-defaults.golden +++ b/cmd/cluster/testdata/TestNewClusterCommandReturnGoldenOutput/cluster-initinfra-cmd-with-defaults.golden @@ -1,4 +1,4 @@ -Deploy initial infrastructure to kubernetes cluster such asmetal3.io, argo, tiller and other manifest documents with appropriate labels +Deploy initial infrastructure to kubernetes cluster such as metal3.io, argo, tiller and other manifest documents with appropriate labels Usage: initinfra [flags]