forked from TrueCloudLab/rclone
about: don't attempt retries
This commit is contained in:
parent
2b855751fc
commit
9948b39dba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue