This commit is contained in:
cupcakearmy 2019-12-24 16:54:36 +01:00
parent 485ada6599
commit 9ece1d867d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export const restoreSingle = (locationName: string, from: string, to?: string) =
const location = config.locations[locationName]
const baseText = locationName.green + '\t\t'
const w = new Writer(baseText + `Starting...`)
const w = new Writer(baseText + `Restoring...`)
let backendName: string = Array.isArray(location.to) ? location.to[0] : location.to
if (from) {