fix: [deploy] :%s///g fail ;)

pull/23/head
Steve Clement 2019-05-25 13:41:26 +09:00
parent 0bc4b957d6
commit edb56816f2
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ else
exit 1
fi
REPO="${REPO}"
REPO="MISP/MISP"
BRANCH="2.4"
# Latest version of misp
VER=$(curl -s https://api.github.com/repos/${REPO}/tags |jq -r '.[0] | .name')