diff --git a/src/cli/index.ts b/src/cli/index.ts index e68d473..7351c5a 100755 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -266,9 +266,9 @@ $ true program .command("upgrade") - .description("Upgrade sandlot to the latest version") + .description("Upgrade to the latest version") .action(async () => { - const result = await Bun.spawn(["bun", "install", "-g", "@because/sandlot@latest"], { + const result = await Bun.spawn(["bun", "install", "-g", "@because/shout@latest"], { stdin: "inherit", stdout: "inherit", stderr: "inherit",