From 3e2856434c94c227371585e23b6d17e6a620b7ff Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Mon, 24 Oct 2022 16:26:14 +0200 Subject: [PATCH] Fixed typo --- cmd/upgrade.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/upgrade.ts b/cmd/upgrade.ts index 1f78e4ba..c6071918 100644 --- a/cmd/upgrade.ts +++ b/cmd/upgrade.ts @@ -29,7 +29,7 @@ export async function upgradeCommand() { const newVersion = new TextDecoder().decode(rawVersion).trim(); if (newVersion === version) { console.log( - `Nope. I hate to tell you this, but it looks like we're stilling running ${newVersion}.\nThis was a bit of a futile exercise. Let's try again soon some time.`, + `Nope. I hate to tell you this, but it looks like we're still running ${newVersion}.\nThis was a bit of a futile exercise. Let's try again soon some time.`, ); } else { console.log(