From e1701ffdd96ecc0d31ec48399c09e3579d993aae Mon Sep 17 00:00:00 2001 From: aj Date: Mon, 23 Oct 2017 23:13:05 +0000 Subject: [PATCH] checkout v1.2 to match current branch --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6990075..00deaaf 100755 --- a/install.sh +++ b/install.sh @@ -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