Skip to content

Commit f0b5a1c

Browse files
authored
Merge pull request #49 from gaggle/patch-1
Console log `actived` -> `activated`
2 parents 0446747 + db3f8d8 commit f0b5a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if (parsedArgs.help) {
137137
"dev.pkgx.activated",
138138
).touch();
139139
console.log(
140-
"%cactived",
140+
"%cactivated",
141141
"color: green",
142142
pkgs.map(utils.pkg.str).join(" "),
143143
);

0 commit comments

Comments
 (0)