Skip to content

Commit

Permalink
Add new flag managed to modules command
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed Jun 3, 2024
1 parent 2f8a12d commit ba96111
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/cmd/modules/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func listAllModules() ([]string, clierror.Error) {
}

func listManagedModules(config *modulesConfig) ([]string, clierror.Error) {
trololo := config.KubeClient.Static().CoreV1().RESTClient().Get().AbsPath("kyma-project.io")
fmt.Println(trololo)
return nil, clierror.New("chleb")

return nil, clierror.New("")
}

0 comments on commit ba96111

Please sign in to comment.