mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:25:03 +01:00
about: don't attempt retries
This commit is contained in:
parent
2b855751fc
commit
9948b39dba
@ -86,7 +86,7 @@ Use the --json flag for a computer readable output, eg
|
|||||||
Run: func(command *cobra.Command, args []string) {
|
Run: func(command *cobra.Command, args []string) {
|
||||||
cmd.CheckArgs(1, 1, command, args)
|
cmd.CheckArgs(1, 1, command, args)
|
||||||
f := cmd.NewFsSrc(args)
|
f := cmd.NewFsSrc(args)
|
||||||
cmd.Run(true, false, command, func() error {
|
cmd.Run(false, false, command, func() error {
|
||||||
doAbout := f.Features().About
|
doAbout := f.Features().About
|
||||||
if doAbout == nil {
|
if doAbout == nil {
|
||||||
return errors.Errorf("%v doesn't support about", f)
|
return errors.Errorf("%v doesn't support about", f)
|
||||||
|
Loading…
Reference in New Issue
Block a user