openapi-generator-cli.sh: Fix missing single quote (#2160)

This commit is contained in:
geropl
2019-02-15 03:20:38 +01:00
committed by Akihito Nakano
parent 42544b8234
commit 7cb6a38150

View File

@@ -29,7 +29,7 @@ done
function latest.tag {
local uri="https://api.github.com/repos/${1}/releases"
curl -s ${uri} | jq -r 'first(.[]|select(.prerelease==false)).tag_name
curl -s ${uri} | jq -r 'first(.[]|select(.prerelease==false)).tag_name'
}
ghrepo=openapitools/openapi-generator