checkout v1.2 to match current branch

This commit is contained in:
aj 2017-10-23 23:13:05 +00:00
parent d28ab68abc
commit e1701ffdd9
1 changed files with 1 additions and 1 deletions

View File

@ -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