fixed issue updating packages on mac (no realpath)
This commit is contained in:
parent
b5a99c4e9b
commit
95d5526f28
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
pushd $(dirname $(realpath ${0}))/packages/assets
|
||||
pushd $(dirname ${0})/packages/assets
|
||||
|
||||
OAUTH3_GIT_URL="https://git.daplie.com/Oauth3/oauth3.js.git"
|
||||
git clone ${OAUTH3_GIT_URL} org.oauth3 || true
|
||||
|
|
Loading…
Reference in New Issue