You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2017/08/11 01:50:42 UTC

[45/50] calcite-avatica-go git commit: Update import paths

Update import paths


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/89a360c2
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/89a360c2
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/89a360c2

Branch: refs/heads/master
Commit: 89a360c2c1a3791f84870cfb13aecb87a06d1490
Parents: fa73e6a
Author: Francis Chuang <fr...@boostport.com>
Authored: Wed Aug 9 14:11:02 2017 +1000
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Aug 10 18:47:13 2017 -0700

----------------------------------------------------------------------
 moby.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/89a360c2/moby.yml
----------------------------------------------------------------------
diff --git a/moby.yml b/moby.yml
index bdd2892..71b47cd 100644
--- a/moby.yml
+++ b/moby.yml
@@ -12,7 +12,7 @@ dev:
     - type: script
       name: Set up workspace
       options:
-        command: mkdir -p "$GOPATH/src/github.com/Boostport" && ln -s /source $GOPATH/src/github.com/apache/calcite-avatica-go
+        command: mkdir -p "$GOPATH/src/github.com/apache" && ln -s /source $GOPATH/src/github.com/apache/calcite-avatica-go
 
   reload:
     - type: script