aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-27 05:25:17 +0800
committerobscuren <geffobscura@gmail.com>2014-06-27 05:25:17 +0800
commitd57b7e8d5fd59007e7fc42132de5cc9459a2bc71 (patch)
treedba739ec7f6419707207b3736a7657bce5d03722 /install.sh
parent52ddf044ae28cf84e61ced2d9193e7d5e806e1ef (diff)
downloadgo-tangerine-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar
go-tangerine-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.gz
go-tangerine-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.bz2
go-tangerine-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.lz
go-tangerine-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.xz
go-tangerine-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.zst
go-tangerine-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.zip
Fix for installer
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index fe80a6956..fc4724217 100644
--- a/install.sh
+++ b/install.sh
@@ -27,7 +27,7 @@ if [ $? != 0 ]; then
fi
echo "serpent-go"
-cd $GOPATH/src/github.com/obscuren/mutan
+cd $GOPATH/src/github.com/obscuren/serpent-go
echo "init submodule"
git submodule init