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

Fix path to README for twurl tutorial command #106

Merged
merged 1 commit into from
Nov 29, 2018

Conversation

alzeih
Copy link
Contributor

@alzeih alzeih commented Nov 29, 2018

Problem

README file renamed in commit 0e969c2 .

bundle exec twurl -T
bundler: failed to load command: twurl (/usr/lib/ruby/gems/2.5.0/bin/twurl)
Errno::ENOENT: No such file or directory @ rb_sysopen - ...twurl/lib/twurl/../../README
...

Solution

Update path in code to refer to README.md.

README file renamed in commit twitter@0e969c2 .

```
bundle exec twurl -T
bundler: failed to load command: twurl (/usr/lib/ruby/gems/2.5.0/bin/twurl)
Errno::ENOENT: No such file or directory @ rb_sysopen - ...twurl/lib/twurl/../../README
...
```
@CLAassistant
Copy link

CLAassistant commented Nov 29, 2018

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

coveralls commented Nov 29, 2018

Coverage Status

Coverage remained the same at 88.166% when pulling 6b6fe81 on alzeih:patch-1 into 0e969c2 on twitter:master.

@andypiper
Copy link
Contributor

Nice spot, thank you!

@andypiper andypiper merged commit 7eb9a13 into twitter:master Nov 29, 2018
@alzeih alzeih deleted the patch-1 branch November 29, 2018 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants