Skip to content

Commit

Permalink
Fix kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
dviejokfs committed Jan 3, 2024
1 parent b9b4588 commit 4ad2902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubectl-hlf/cmd/channel/signupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func newSignUpdateChannelCMD(stdOut io.Writer, stdErr io.Writer) *cobra.Command
persistentFlags.StringVarP(&c.channelName, "channel", "", "", "Channel name")
persistentFlags.StringVarP(&c.configPath, "config", "", "", "Configuration file for the SDK")
persistentFlags.StringVarP(&c.identity, "identity", "", "", "Identity file")
persistentFlags.StringVarP(&c.userName, "user", "", "", "User name for the transaction")
persistentFlags.StringVarP(&c.file, "file", "f", "", "Config update file")
persistentFlags.StringVarP(&c.output, "output", "o", "", "Output signature")
persistentFlags.StringVarP(&c.userName, "user", "", "", "User name for the transaction")
Expand Down

0 comments on commit 4ad2902

Please sign in to comment.