Skip to content

Commit

Permalink
Undo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-sellner committed May 27, 2024
1 parent fb04a03 commit 18ab503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ async function cli(args: CommandLineArgs): Promise<Options> {
}

// Determines the branch that is cloned if the user does not select one
const selectedBranch = branch ?? "release-v2";
const selectedBranch = branch ?? "main";

const clone = shell.exec(
`git clone --single-branch --branch ${selectedBranch} https://github.com/uwblueprint/starter-code-v2.git`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwblueprint/create-bp-app",
"version": "1.0.23",
"version": "1.0.24",
"description": "Starter code generation CLI tool.",
"main": "index.js",
"bin": "bin/index.js",
Expand Down

0 comments on commit 18ab503

Please sign in to comment.