[
https://issues.apache.org/jira/browse/ARROW-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285411#comment-16285411
]
ASF GitHub Bot commented on ARROW-1910:
---------------------------------------
wesm closed pull request #1407: ARROW-1910: [C++] README Brewfile link incorrect
URL: https://github.com/apache/arrow/pull/1407
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/cpp/README.md b/cpp/README.md
index 2034d29fa..92e87cb43 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -42,7 +42,7 @@ sudo apt-get install cmake \
On OS X, you can use [Homebrew][1]:
```shell
-brew update && brew bundle --file=cpp/Brewfile
+brew update && brew bundle --file=c_glib/Brewfile
```
If you are developing on Windows, see the [Windows developer guide][2].
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> CPP README Brewfile link incorrect
> ----------------------------------
>
> Key: ARROW-1910
> URL: https://issues.apache.org/jira/browse/ARROW-1910
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Documentation
> Environment: Arrow master branch (2017-12-10)
> Reporter: Lewis John McGibbney
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> The cpp README states
> {code}
> brew bundle --file=cpp/Brewfile
> {code}
> There is no such file.
> Files do exist for the following
> {code}
> ./c_glib/Brewfile
> ./python/Brewfile
> {code}
> I assume that this should point to the c_glib directory instead
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)