Skip to content

Commit

Permalink
remove setting defaultBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Raphael committed Oct 25, 2022
1 parent 0da37c5 commit de75173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/blitz/src/cli/commands/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ const cloneRepo = async (
require("fs-extra").mkdirsSync(recipeDir)
process.chdir(recipeDir)
debug("Extracting recipe to ", recipeDir)
//TODO: REMOVE BEFORE COMMIT/MERGE
defaultBranch = "fix-install"

const repoName = repoFullName.split("/")[1]
// `tar` top-level filter is `${repoName}-${defaultBranch}`, and then we want to get our recipe path
// within that folder
Expand Down

0 comments on commit de75173

Please sign in to comment.