From a410326b614f56839af9a4cf821e26f2e9061e92 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Mon, 22 Feb 2021 21:49:23 +0100 Subject: [PATCH] Update env.sh --- build/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/env.sh b/build/env.sh index 716bbec..a7e58b0 100644 --- 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/esprezzo" +ethdir="$workspace/src/github.com/yuriy0803" if [ ! -L "$ethdir/open-etc-pool-friends" ]; then mkdir -p "$ethdir" cd "$ethdir"