1
0
Derivar 0
Este cometimento está contido em:
AJ ONeal 2017-11-10 12:28:40 -07:00
ascendente 2277b22d9d
cometimento 2c6e5cfa46
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -71,7 +71,7 @@ pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name
$my_npm install
popd
pushd $my_tmp/opt/$my_name/lib/node_modules/$my_name/packages/assets
OAUTH3_GIT_URL="https://git.daplie.com/Oauth3/oauth3.js.git"
OAUTH3_GIT_URL="https://git.oauth3.org/OAuth3/oauth3.js.git"
git clone ${OAUTH3_GIT_URL} oauth3.org || true
ln -s oauth3.org org.oauth3
pushd oauth3.org