Skip to content

Commit

Permalink
update cli back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Dec 19, 2023
1 parent 8b4c697 commit aa1cc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-solid/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function main() {
directory: args.example_dir ? args.example_dir : "examples",
repository: args.repo ? args.repo.split("/")[1] : "solid-start",
user: args.repo ? args.repo.split("/")[0] : "solidjs",
ref: args.branch ? args.branch : "vinxi"
ref: args.branch ? args.branch : "main"
};

let templates = {};
Expand Down

0 comments on commit aa1cc51

Please sign in to comment.