Skip to content

Commit

Permalink
Merge pull request #14 from PumasAI/mh/no-branch-set-git
Browse files Browse the repository at this point in the history
Don't set initial branch
  • Loading branch information
MichaelHatherly committed Apr 5, 2024
2 parents aea3a02 + 80ddee8 commit d6227c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code_stripping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function _generate_stripped_bundle(;
if isdir(".git")
error("Unreachable reached, this shouldn't be a git repo already.")
else
run(`$gitcmd init -b main`)
run(`$gitcmd init`)
run(`$gitcmd config user.name "PackageBundler"`)
run(`$gitcmd config user.email ""`)
run(`$gitcmd config core.autocrlf false`)
Expand Down

0 comments on commit d6227c4

Please sign in to comment.