Skip to content

Commit

Permalink
tkn clustertask describe zsh completion is broken
Browse files Browse the repository at this point in the history
Closes #629
  • Loading branch information
chmouel authored and tekton-robot committed Jan 22, 2020
1 parent f430ce7 commit 6ee5b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/clustertask/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ or
},
}

_ = c.MarkZshCompPositionalArgumentCustom(1, "__tkn_get_clustertask")
_ = c.MarkZshCompPositionalArgumentCustom(1, "__tkn_get_clustertasks")
f.AddFlags(c)
return c
}
Expand Down

0 comments on commit 6ee5b3a

Please sign in to comment.