Open kevinbluer opened 4 years ago
Just for reference I've actually changed kevinbluer/bento
to using master
(vs main
) as this is an actively used box. Just in case this was attempted as a means of reproducing 🙂
Thanks for reporting this @kevinbluer! We'll have to look into this to figure out how to respect the default branch.
Issue
When attempting to unbox a repo wherein the branch is called
main
as per the new Github convention (vsmaster
) an error gets thrown as follows.Steps to Reproduce
username/repo
) with the necessary box dependencies (e.g.truffle-box.json
)unbox
, e.g.truffle unbox username/repo
Expected Behavior
The box should "unbox" and populate your current working directory.
Actual Results
The above error output.
Environment
Typing this on a machine with the following (although was also recreated on a system with the latest truffle version earlier too).