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 Joe Stump
parent 0ca12a5e0c
commit b5e7731d11
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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
}
}