fix(server): typo in backup prune message (#3582)

probably a copypasta oops
This commit is contained in:
whorfin 2024-12-22 13:38:59 -08:00 committed by GitHub
parent 0bebd396df
commit 630c304080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ func runPrune(ctx context.Context) {
_, err := fmt.Scanln(&input)
if input != "YES" || err != nil {
log.Warn("Restore cancelled")
log.Warn("Prune cancelled")
return
}
}