update env

This commit is contained in:
Christopher Franko 2015-08-07 15:51:32 -04:00 committed by Franko
parent b362f1d141
commit a6ece4799a

View file

@ -10,7 +10,7 @@ fi
# Create fake Go workspace if it doesn't exist yet.
workspace="$PWD/build/_workspace"
root="$PWD"
ethdir="$workspace/src/github.com/expanse"
ethdir="$workspace/src/github.com/expanse-project"
if [ ! -L "$ethdir/go-expanse" ]; then
mkdir -p "$ethdir"
cd "$ethdir"