Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1489 9e0cf362b -> baeabd7c8 (forced update)
Fixed bad gremlin-console path for 3.1.7 release. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b1c07237 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b1c07237 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b1c07237 Branch: refs/heads/TINKERPOP-1489 Commit: b1c072375af03acb9998a9a06f1f487526269def Parents: e3552d9 Author: Ted Wilmes <[email protected]> Authored: Mon Jun 12 17:59:34 2017 -0500 Committer: Ted Wilmes <[email protected]> Committed: Mon Jun 12 17:59:34 2017 -0500 ---------------------------------------------------------------------- gremlin-console/bin/gremlin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b1c07237/gremlin-console/bin/gremlin.sh ---------------------------------------------------------------------- diff --git a/gremlin-console/bin/gremlin.sh b/gremlin-console/bin/gremlin.sh index ebba75e..5d09262 120000 --- a/gremlin-console/bin/gremlin.sh +++ b/gremlin-console/bin/gremlin.sh @@ -1 +1 @@ -../target/apache-tinkerpop-gremlin-console-xx.yy.zz-standalone/bin/gremlin.sh \ No newline at end of file +../target/apache-tinkerpop-gremlin-console-3.1.7-standalone/bin/gremlin.sh \ No newline at end of file
