Skip to content

Commit

Permalink
get_es_major_ver must use url /
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Apr 19, 2018
1 parent e584a2a commit e479234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/testing/util.sh
Expand Up @@ -350,7 +350,7 @@ artifact_out() {
# e.g. 2 or 5 or 6
get_es_major_ver() {
local es_pod=$( get_es_pod es )
curl_es $es_pod "" | jq -r '.version.number | split(".")[0]'
curl_es $es_pod "/" | jq -r '.version.number | split(".")[0]'
}

# fields are given like this: c a r s q
Expand Down

0 comments on commit e479234

Please sign in to comment.