Merge pull request #4669 from MichaelEischer/fix-rewrite-typo

rewrite: fix typo in dry-run output
This commit is contained in:
Michael Eischer 2024-01-31 22:08:12 +01:00 committed by GitHub
commit 8b08b522c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ func filterAndReplaceSnapshot(ctx context.Context, repo restic.Repository, sn *r
}
if newMetadata != nil && newMetadata.Hostname != "" {
Verbosef("would set time to %s\n", newMetadata.Hostname)
Verbosef("would set hostname to %s\n", newMetadata.Hostname)
}
return true, nil