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

Update reco help in line with docs #14

Merged
merged 24 commits into from
Jan 30, 2018
Merged

Update reco help in line with docs #14

merged 24 commits into from
Jan 30, 2018

Conversation

rosieyohannan
Copy link
Contributor

No description provided.

@rosieyohannan rosieyohannan changed the title Update reco help inline with docs Update reco help in line with docs Jan 22, 2018
@rosieyohannan
Copy link
Contributor Author

1 similar comment
@rosieyohannan
Copy link
Contributor Author

cmd/check.go Outdated
@@ -275,7 +275,7 @@ func (r recocheckDep) makeVirtualGoPath() error {
switch pErr.Err.Error() {
case os.ErrNotExist.Error():
return nil
case "no such file or directory":
case "No such file or directory.":
Copy link
Contributor

@CampGareth CampGareth Jan 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be kept as it was, it's matching a string output by another function. The other function is part of the os library so cannot be changed easily.

@CampGareth CampGareth merged commit 06f8038 into master Jan 30, 2018
@CampGareth CampGareth deleted the update/reco-help branch January 30, 2018 10:33
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

Successfully merging this pull request may close these issues.

None yet

2 participants