File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ var _infoCmd = &cobra.Command{
143143 if err := checkDockerRunning (); err != nil {
144144 exit .Error (err )
145145 }
146+
146147 awsCreds , err := getAWSCredentials (_flagClusterConfig )
147148 if err != nil {
148149 exit .Error (err )
@@ -191,6 +192,7 @@ var _infoCmd = &cobra.Command{
191192 fmt .Println ("\n " + errors .Message (err , "unable to connect to operator" ))
192193 return
193194 }
195+
194196 var infoResponse schema.InfoResponse
195197 err = json .Unmarshal (httpResponse , & infoResponse )
196198 if err != nil {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ func (kvs KeyValuePairs) String(options ...*KeyValuePairOpts) string {
7272}
7373
7474func (kvs KeyValuePairs ) Print (options ... * KeyValuePairOpts ) {
75- fmt .Println (kvs .String (options ... ))
75+ fmt .Print (kvs .String (options ... ))
7676}
7777
7878func mergeOptions (options ... * KeyValuePairOpts ) KeyValuePairOpts {
You can’t perform that action at this time.
0 commit comments