Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create new project #157

Closed
gdw2 opened this issue Jun 9, 2023 · 2 comments
Closed

Unable to create new project #157

gdw2 opened this issue Jun 9, 2023 · 2 comments

Comments

@gdw2
Copy link

gdw2 commented Jun 9, 2023

$ bb -e "$(curl -s https://biffweb.com/new-project.clj)"
Invalid git branch: -e

I can workaround it by running:

$ bb -e "$(curl -s https://biffweb.com/new-project.clj)" master

Or by downloading new-project.clj and then running it without master on the end.

@gdw2
Copy link
Author

gdw2 commented Jun 9, 2023

$ bb --version
babashka v1.3.180

@jacobobryant
Copy link
Owner

Thanks for reporting this. Looks like there's been a recent breaking change/bug in babashka related to how it handles command line arguments. I've updated the new-project.clj script (d0a3248) to work around it, so bb -e "$(curl -s https://biffweb.com/new-project.clj)" should work like normal now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants