babashka / bbin

Install any Babashka script or project with one command
MIT License
139 stars 9 forks source link

deps-info-summary cannot identify .bb extension as a file script source #79

Closed brandonbloom closed 7 months ago

brandonbloom commented 7 months ago

That is, bbin install ./script.clj works, but bbin install ./script.bb produces this error:

Message:  Invalid script coordinates.
If you're trying to install from the filesystem, make sure the path actually exists.
Data:     {:script/lib "/tmp/script.bb", :procurer :unknown-procurer, :artifact :unknown-artifact}
borkdude commented 7 months ago

I think this is actually a narrower cases of #72 so I'll close this as a duplicate if you don't mind.