Fixed typo
This commit is contained in:
parent
0ec77e13a1
commit
3e2856434c
@ -29,7 +29,7 @@ export async function upgradeCommand() {
|
|||||||
const newVersion = new TextDecoder().decode(rawVersion).trim();
|
const newVersion = new TextDecoder().decode(rawVersion).trim();
|
||||||
if (newVersion === version) {
|
if (newVersion === version) {
|
||||||
console.log(
|
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 {
|
} else {
|
||||||
console.log(
|
console.log(
|
||||||
|
Loading…
Reference in New Issue
Block a user