diff --git a/app.ts b/app.ts index 5c93957..e0d7131 100755 --- a/app.ts +++ b/app.ts @@ -137,7 +137,7 @@ if (parsedArgs.help) { "dev.pkgx.activated", ).touch(); console.log( - "%cactived", + "%cactivated", "color: green", pkgs.map(utils.pkg.str).join(" "), );