From 589c3d38a6c53370234f46534092355cf25d4f01 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Fri, 7 Aug 2015 15:51:32 -0400 Subject: [PATCH] update env --- build/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/env.sh b/build/env.sh index 1ba0936131..d2fd786383 100755 --- a/build/env.sh +++ b/build/env.sh @@ -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"