Skip to content

Commit

Permalink
Address wording an style nits of cilium#1550
Browse files Browse the repository at this point in the history
This PR got merged with small nit comments.
This adressed those in a seperate commit.

Signed-off-by: Maartje Eyskens <[email protected]>
  • Loading branch information
meyskens committed Apr 28, 2023
1 parent f17f0fc commit 8baed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ func newCmdUninstallWithHelm() *cobra.Command {
}

addCommonUninstallFlags(cmd, &params)
cmd.Flags().DurationVar(&params.Timeout, "timeout", defaults.UninstallTimeout, "Maximum time to wait for resources to be deleted")

cmd.Flags().DurationVar(&params.Timeout, "timeout", defaults.UninstallTimeout, "Maximum time to wait resources to be deleted")
return cmd
}

Expand Down

0 comments on commit 8baed68

Please sign in to comment.