Skip to content

Commit

Permalink
Fix transfer settings issue (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Jun 29, 2023
1 parent 06c272d commit 33339ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -2388,7 +2388,7 @@ func getTransferIncludeExcludeProjects(c *cli.Context) (includeProjectsPatterns,
return
}

func transferSettingsCmd() error {
func transferSettingsCmd(_ *cli.Context) error {
transferSettingsCmd := transfer.NewTransferSettingsCommand()
return commands.Exec(transferSettingsCmd)
}
Expand Down

0 comments on commit 33339ad

Please sign in to comment.