Michael Goldberger 9 лет назад
Родитель
Сommit
13c3944cb8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MobileLibrary/Android/make.bash

+ 1 - 1
MobileLibrary/Android/make.bash

@@ -11,7 +11,7 @@ fi
 # the latest versions. Outside of Docker, be aware that these dependencies
 # the latest versions. Outside of Docker, be aware that these dependencies
 # will not be overridden w/ new versions if they already exist in $GOPATH
 # will not be overridden w/ new versions if they already exist in $GOPATH
 
 
-GOOS=arm go get -d -v github.com/psiphon-inc/openssl
+GOOS=arm go get -d -v github.com/Psiphon-Inc/openssl
 if [ $? != 0 ]; then
 if [ $? != 0 ]; then
   echo "..'go get -d -v github.com/psiphon-inc/openssl' failed, exiting"
   echo "..'go get -d -v github.com/psiphon-inc/openssl' failed, exiting"
   exit $?
   exit $?