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

apibuilder-cli 0.1.25 on brew seems broken #47

Open
fiadliel opened this issue Apr 24, 2018 · 1 comment
Open

apibuilder-cli 0.1.25 on brew seems broken #47

fiadliel opened this issue Apr 24, 2018 · 1 comment
Labels

Comments

@fiadliel
Copy link

$ brew install apibuilder-cli
==> Downloading https://github.com/apicollective/apibuilder-cli/archive/0.1.25.tar.gz
Already downloaded: /Users/gary/Library/Caches/Homebrew/apibuilder-cli-0.1.25.tar.gz
==> ./install.sh /usr/local/Cellar/apibuilder-cli/0.1.25
🍺  /usr/local/Cellar/apibuilder-cli/0.1.25: 19 files, 305.6KB, built in 2 seconds

$ apibuilder
/usr/local/bin/apibuilder:68:in `load': cannot load such file -- /usr/local/bin/../src/apibuilder-cli.rb (LoadError)
	from /usr/local/bin/apibuilder:68:in `<main>'

There seem to be two loads of the above file:

load File.join('/usr/local/Cellar/apibuilder-cli/0.1.25/src/apibuilder-cli.rb')
#  - Upgrade the CLI to the latest version
#

load File.join(File.dirname(__FILE__), '../src/apibuilder-cli.rb')
@mbryzek
Copy link
Collaborator

mbryzek commented May 10, 2018

Fixed in #50

@mbryzek mbryzek added the bug label May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants