@@ -198,7 +198,7 @@ func completeSession(ia *commands.InteractiveApp, token string, params prompt.Do
198198 var values []prompt.Suggest
199199 ccs := commands .GetCurrentCommandState ()
200200 if ccs != nil && ccs .Command == Name {
201- csessValStr := ccs .GetCFValue (FlagConnectSession )
201+ csessValStr := ccs .GetCFValue (FlagConnectSession )
202202
203203 runtimeFlag := commands .FullFlagName (FlagRuntime )
204204 rtFlagVals , found := ccs .CommandFlags [runtimeFlag ]
@@ -210,7 +210,7 @@ func completeSession(ia *commands.InteractiveApp, token string, params prompt.Do
210210 kubeconfig = kcFlagVals [0 ]
211211 }
212212
213- namespace := ccs .GetCFValueWithDefault (FlagNamespace ,NamespaceDefault )
213+ namespace := ccs .GetCFValueWithDefault (FlagNamespace , NamespaceDefault )
214214
215215 var pod string
216216 podFlag := commands .FullFlagName (FlagPod )
@@ -252,8 +252,8 @@ func completeSession(ia *commands.InteractiveApp, token string, params prompt.Do
252252 target = targetFlagVals [0 ]
253253 }
254254
255- result , err := listDockerDebugContainersWithConfig (ccs .Dclient ,
256- target ,
255+ result , err := listDockerDebugContainersWithConfig (ccs .Dclient ,
256+ target ,
257257 commands .IsTrueStr (csessValStr ))
258258 if err == nil {
259259 for _ , info := range result {
0 commit comments