mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
fix(server): typo in backup prune message (#3582)
probably a copypasta oops
This commit is contained in:
parent
0bebd396df
commit
630c304080
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ func runPrune(ctx context.Context) {
|
||||||
_, err := fmt.Scanln(&input)
|
_, err := fmt.Scanln(&input)
|
||||||
|
|
||||||
if input != "YES" || err != nil {
|
if input != "YES" || err != nil {
|
||||||
log.Warn("Restore cancelled")
|
log.Warn("Prune cancelled")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue