Skip to content

Commit

Permalink
Removed extraneous assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkanaskie committed Feb 14, 2024
1 parent f2e3928 commit ffe71b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion downloadLatest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ fi
# Determine the latest apigeecli version by version number ignoring alpha, beta, and rc versions.
if [ "${APIGEECLI_VERSION}" = "" ] ; then
APIGEECLI_VERSION="$(curl -si https://api.github.com/repos/apigee/apigeecli/releases/latest | grep tag_name | sed -E 's/.*"([^"]+)".*/\1/')"
APIGEECLI_VERSION="${APIGEECLI_VERSION##*/}"
fi

LOCAL_ARCH=$(uname -m)
Expand Down

0 comments on commit ffe71b6

Please sign in to comment.