Skip to content

Commit 7cc52b1

Browse files
Fix lint error (#429)
* unhide policy commands * fix linting
1 parent 448c5e0 commit 7cc52b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kosli/detachPolicy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func newDetachPolicyCmd(out io.Writer) *cobra.Command {
3232
cmd := &cobra.Command{
3333
Use: "detach-policy POLICY-NAME",
3434
Short: detachPolicyShortDesc,
35-
Long: detachPolicyShortDesc,
35+
Long: detachPolicyLongDesc,
3636
Example: detachPolicyExample,
3737
Args: cobra.ExactArgs(1),
3838
PreRunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)