checkout v1.2 to match current branch

This commit is contained in:
aj 2017-10-23 23:13:05 +00:00
джерело d28ab68abc
коміт e1701ffdd9
1 змінених файлів з 1 додано та 1 видалено

@ -9,7 +9,7 @@ if ! [ -d ./assets/oauth3.org ]; then
git clone https://git.daplie.com/OAuth3/oauth3.js.git ./assets/oauth3.org
fi
pushd ./assets/oauth3.org
git checkout v1
git checkout v1.2
git pull
popd