Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-petersen committed Jan 12, 2023
1 parent 5d877eb commit 40a70ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/ssh/access_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type AccessConfig struct {
AutoDetected bool
}

func (o *AccessConfig) Complete(f util.Factory, cmd *cobra.Command, args []string, ioStreams util.IOStreams) error {
func (o *AccessConfig) Complete(f util.Factory, _ *cobra.Command, _ []string, ioStreams util.IOStreams) error {
if len(o.CIDRs) == 0 {
ctx, cancel := context.WithTimeout(f.Context(), 60*time.Second)
defer cancel()
Expand Down

0 comments on commit 40a70ed

Please sign in to comment.