mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +02:00
auth proxy: convert options to new style
This commit is contained in:
@ -154,7 +154,7 @@ provided by OpenSSH in this case.
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
var f fs.Fs
|
||||
if proxyflags.Opt.AuthProxy == "" {
|
||||
if proxy.Opt.AuthProxy == "" {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
f = cmd.NewFsSrc(args)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user