Skip to content

Commit

Permalink
True
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed Jul 2, 2024
1 parent 8cfec58 commit 3b1ab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/communitymodules/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func ManagedModules(client cmdcommon.KubeClientConfig, cfg cmdcommon.KymaConfig)
for _, name := range moduleNames {
managed[name] = row{
Name: name,
Managed: "Yes",
Managed: "True",
}
}
return managed, nil
Expand Down

0 comments on commit 3b1ab16

Please sign in to comment.