Skip to content

Commit

Permalink
rename args param
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Sep 25, 2024
1 parent bf119b9 commit 649be32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/offboard/offboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func NewConfigCommand() *cobra.Command {

return nil
},
RunE: func(cmd *cobra.Command, args []string) error {
RunE: func(cmd *cobra.Command, _ []string) error {
opts.ttyDisabled, _ = cmd.Flags().GetBool("tty-disable")
opts.configPath, _ = cmd.Flags().GetString("config")

Expand Down

0 comments on commit 649be32

Please sign in to comment.