Skip to content

Commit

Permalink
Merge pull request #935 from jcvenegas/fix-934
Browse files Browse the repository at this point in the history
lib: yq: explode anchors to get real value of image values
  • Loading branch information
amshinde committed Feb 14, 2020
2 parents 8cf66ce + ea8b775 commit e074df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib.sh
Expand Up @@ -57,7 +57,7 @@ get_from_kata_deps() {
echo "Download from ${yaml_url}" >&2
curl --silent -o "${versions_file}" "$yaml_url"
fi
result=$("${GOPATH}/bin/yq" read "$versions_file" "$dependency")
result=$("${GOPATH}/bin/yq" read -X "$versions_file" "$dependency")
[ "$result" = "null" ] && result=""
echo "$result"
}
Expand Down

0 comments on commit e074df6

Please sign in to comment.