aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f880aa39b..40a6e4fd3 100755
--- a/install.sh
+++ b/install.sh
@@ -34,7 +34,7 @@ git submodule init
git submodule update
echo "eth-go"
-cd $GOPATH/src/github.com/ethereum/eth-go
+cd $GOPATH/src/github.com/ethereum/go-ethereum
git checkout $branch
echo "go-ethereum"