Skip to content

Commit f4f4f8b

Browse files
committed
sigh forgot to pass arg
1 parent 79df38e commit f4f4f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create-cospace/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const run = async () => {
105105
checkPnpmInstalled();
106106

107107
if (input[0] === "init") {
108-
await init();
108+
await init(input[1]);
109109
} else if (input[0] === "override") {
110110
await overridePnpm();
111111
} else {

create-cospace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cospace",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Setup a `CoSpace` to link multiple (mono)repos together!",
55
"author": "https://github.com/aruniverse",
66
"repository": {

0 commit comments

Comments
 (0)