Skip to content

Commit

Permalink
sigh forgot to pass arg
Browse files Browse the repository at this point in the history
  • Loading branch information
aruniverse committed Feb 8, 2022
1 parent 79df38e commit f4f4f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-cospace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const run = async () => {
checkPnpmInstalled();

if (input[0] === "init") {
await init();
await init(input[1]);
} else if (input[0] === "override") {
await overridePnpm();
} else {
Expand Down
2 changes: 1 addition & 1 deletion create-cospace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cospace",
"version": "0.2.0",
"version": "0.2.1",
"description": "Setup a `CoSpace` to link multiple (mono)repos together!",
"author": "https://github.com/aruniverse",
"repository": {
Expand Down

0 comments on commit f4f4f8b

Please sign in to comment.