Skip to content

Commit

Permalink
Merge e04a833 into edd912d
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Oct 17, 2018
2 parents edd912d + e04a833 commit 51add96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install_kcov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GITHUB_KCOV="https://api.github.com/repos/SimonKagstrom/kcov/releases/latest"

# Usage: download and install the latest kcov version by default.
# Fall back to ${KCOV_DEFAULT_VERSION} from the kcov archive if the latest is unavailable.
KCOV_VERSION=$(curl -s ${GITHUB_KCOV} | jq -Mr .tag_name || echo)
KCOV_VERSION=$(curl --silent --show-error --fail ${GITHUB_KCOV} | jq -Mr .tag_name || echo)
KCOV_VERSION=${KCOV_VERSION:-$KCOV_DEFAULT_VERSION}

KCOV_TGZ="https://github.com/SimonKagstrom/kcov/archive/${KCOV_VERSION}.tar.gz"
Expand Down

0 comments on commit 51add96

Please sign in to comment.