close
The Wayback Machine - https://web.archive.org/web/20190809204032/https://github.com/twitter/twurl/pull/106
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

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.

Fix path to README for twurl tutorial command
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
...
```
@CLAassistant

This comment has been minimized.

Copy link

commented Nov 29, 2018

CLA assistant check
All committers have signed the CLA.

@coveralls

This comment has been minimized.

Copy link

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

This comment has been minimized.

Copy link
Member

commented Nov 29, 2018

Nice spot, thank you!

@andypiper andypiper merged commit 7eb9a13 into twitter:master Nov 29, 2018

1 of 2 checks passed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details
license/cla Contributor License Agreement is signed.
Details

@alzeih alzeih deleted the alzeih:patch-1 branch Nov 29, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
You can’t perform that action at this time.