atuttle / Taffy

:candy: The REST Web Service framework for ColdFusion and Lucee
http://taffy.io
Other
226 stars 117 forks source link

Default branch is "master" instead of "main" #412

Closed drew-smithies closed 3 years ago

drew-smithies commented 3 years ago

If you use git://github.com/atuttle/Taffy.git in a box.json file it gives an error saying

  Error cloning git repository
  org.eclipse.jgit.api.errors.RefNotFoundException: Ref master cannot be resolved 

Specifying the main branch fixes the issue

 git://github.com/atuttle/Taffy.git#main

Was this intentional? I would suggest setting the default branch to main.

atuttle commented 3 years ago

Pretty sure this has been resolved.