Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature/coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
bgokden authored Apr 25, 2019
2 parents 91c4242 + 38761e5 commit 56ccf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/revoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ func init() {
revokeCmd.MarkFlagRequired("user")
revokeCmd.Flags().StringVarP(&Kind, "kind", "k", "", "")
revokeCmd.Flags().StringVarP(&Name, "name", "n", "", "")
revokeCmd.MarkFlagRequired("role")
revokeCmd.Flags().StringVarP(&Role, "role", "", "", "")
}

0 comments on commit 56ccf8a

Please sign in to comment.