forked from TrueCloudLab/restic
Change ambiguous Warning message
Fixes #3346 On branch fix_ambiguous_warning Changes to be committed: modified: cmd_backup.go
This commit is contained in:
parent
88a23521dd
commit
9f44129c2f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ type BackupOptions struct {
|
|||
var backupOptions BackupOptions
|
||||
|
||||
// ErrInvalidSourceData is used to report an incomplete backup
|
||||
var ErrInvalidSourceData = errors.New("failed to read all source data during backup")
|
||||
var ErrInvalidSourceData = errors.New("at least one source file could not be read")
|
||||
|
||||
func init() {
|
||||
cmdRoot.AddCommand(cmdBackup)
|
||||
|
|
Loading…
Reference in a new issue