Skip to content

Commit 0afccc7

Browse files
linter
1 parent adcfb94 commit 0afccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/restic/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func Forget(
317317
return nil, out, err
318318
}
319319
if len(out) == 0 {
320-
return nil, out, errors.New("No restic forget output, check your flag config")
320+
return nil, out, errors.New("no restic forget output, check your flag config")
321321
}
322322

323323
var deletedSnapshots []string

0 commit comments

Comments
 (0)