Skip to content

Commit

Permalink
Start using main branch from bootstrap (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Oct 3, 2024
1 parent 49a8d81 commit 6155020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/up/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (ctx *Context) Generate() (dir string, err error) {
return
}

if err = git.PathClone("https://github.com/pluralsh/bootstrap.git", "resources-refactor", dir); err != nil {
if err = git.PathClone("https://github.com/pluralsh/bootstrap.git", "main", dir); err != nil {
return
}

Expand Down

0 comments on commit 6155020

Please sign in to comment.