Skip to content

Commit

Permalink
cluster: remove roles flags fix
Browse files Browse the repository at this point in the history
There were a little mistake in removeRolesCmd Flags
  • Loading branch information
Japsty authored and oleg-jukovec committed Sep 23, 2024
1 parent a46b1e2 commit 5e0e46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func newClusterReplicasetCmd() *cobra.Command {
"password (used as etcd/tarantool config storage credentials)")
removeRolesCmd.Flags().BoolVarP(&rolesChangeCtx.Force, "force", "f", false,
"skip selecting a key for patching")
integrity.RegisterWithIntegrityFlag(addRolesCmd.Flags(), &clusterIntegrityPrivateKey)
integrity.RegisterWithIntegrityFlag(removeRolesCmd.Flags(), &clusterIntegrityPrivateKey)

rolesCmd.AddCommand(addRolesCmd)
rolesCmd.AddCommand(removeRolesCmd)
Expand Down

0 comments on commit 5e0e46b

Please sign in to comment.