diff options
Diffstat (limited to 'swarm/dev/bashrc')
-rw-r--r-- | swarm/dev/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/dev/bashrc b/swarm/dev/bashrc index efb504fa3..b1f9652e7 100644 --- a/swarm/dev/bashrc +++ b/swarm/dev/bashrc @@ -1,4 +1,4 @@ -export ROOT="${GOPATH}/src/github.com/ethereum/go-ethereum" +export ROOT="${GOPATH}/src/github.com/dexon-foundation/dexon" export PATH="${ROOT}/swarm/dev/bin:${PATH}" cd "${ROOT}/swarm/dev" |