Skip to content

Commit

Permalink
feat(cli): create namespace if necessary when installing a namespace-…
Browse files Browse the repository at this point in the history
…scoped package

Signed-off-by: hanshal101 <[email protected]>
  • Loading branch information
hanshal101 committed Aug 23, 2024
1 parent cb94b46 commit 6626535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/glasskube/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ var installCmd = &cobra.Command{
installCmdOptions.NamespaceOptions.Namespace,
)
if errors.IsNotFound(err) {
fmt.Println(" * Namespace %v does not exist and will be created",
fmt.Printf(" * Namespace %v does not exist and will be created",
installCmdOptions.NamespaceOptions.Namespace,
)
}
Expand Down

0 comments on commit 6626535

Please sign in to comment.