mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 16:26:25 +00:00
typo
This commit is contained in:
parent
485ada6599
commit
9ece1d867d
@ -49,7 +49,7 @@ export const restoreSingle = (locationName: string, from: string, to?: string) =
|
|||||||
const location = config.locations[locationName]
|
const location = config.locations[locationName]
|
||||||
|
|
||||||
const baseText = locationName.green + '\t\t'
|
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
|
let backendName: string = Array.isArray(location.to) ? location.to[0] : location.to
|
||||||
if (from) {
|
if (from) {
|
||||||
|
Loading…
Reference in New Issue
Block a user