Skip to content

Commit

Permalink
#301 curl now supports new cnf-conformance binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
W. Watson committed Aug 4, 2020
1 parent 5125cd8 commit 30e7184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ get_latest_release() {
# Install CNF-Conformance
LATEST_RELEASE=$(get_latest_release cncf/cnf-conformance)
mkdir -p ~/.cnf-conformance
curl -L https://github.com/cncf/cnf-conformance/releases/download/$LATEST_RELEASE/cnf-conformance.tar.gz -o ~/.cnf-conformance/cnf-conformance.tar.gz
curl -L https://github.com/cncf/cnf-conformance/releases/download/$LATEST_RELEASE/cnf-conformance-$LATEST_RELEASE.tar.gz -o ~/.cnf-conformance/cnf-conformance.tar.gz
tar -C ~/.cnf-conformance -xvf ~/.cnf-conformance/cnf-conformance.tar.gz
rm ~/.cnf-conformance/cnf-conformance.tar.gz

Expand Down

0 comments on commit 30e7184

Please sign in to comment.