GitHub user kchilton2 opened a pull request:
https://github.com/apache/incubator-rya/pull/262
RYA-428 Made the Rya Shell's load statements file command accept relative
paths.
## Description
The Rya Shell's load-file command has been updated to accept relative paths.
### Tests
Added a test for the relative path case.
### Links
https://issues.apache.org/jira/browse/RYA-428
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kchilton2/incubator-rya RYA-428
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/262.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #262
----
commit 742ab0e72160eb0f3f3d72c1d2a93828ca370b0b
Author: kchilton2 <kevin.e.chilton@...>
Date: 2018-01-09T00:30:37Z
RYA-428 Made the Rya Shell's load statements file command accept relative
paths.
----
---