Skip to content

Commit f1b9c69

Browse files
committed
fix: init
1 parent c93ed4e commit f1b9c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init.command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Console, Effect } from "effect"
66
import { REGISTRY_URL } from "~/consts"
77

88
import { NodeCommandExecutor } from "@effect/platform-node"
9-
const shadcnInit = RawCommand.make("shadcnClone", "init", `${REGISTRY_URL}/r/style/default.json`).pipe(
9+
const shadcnInit = RawCommand.make("shadcnClone", "init", `${REGISTRY_URL}/r/style/default`).pipe(
1010
RawCommand.stdin("inherit"),
1111
RawCommand.stdout("inherit"),
1212
RawCommand.stderr("inherit"),

0 commit comments

Comments
 (0)