1
0

Fixed typo

This commit is contained in:
Zef Hemel 2022-10-24 16:26:14 +02:00
parent 0ec77e13a1
commit 3e2856434c

View File

@ -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(