From 9ece1d867d3e92bf2885883de15418f3627c8321 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 24 Dec 2019 16:54:36 +0100 Subject: [PATCH] typo --- src/restore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restore.ts b/src/restore.ts index 9c33e9e..a48ced8 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -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) {