Skip to content

Commit

Permalink
Agent Install
Browse files Browse the repository at this point in the history
  • Loading branch information
bentonam committed Apr 4, 2024
1 parent d0d2f74 commit 3157079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
| grep -m 1 tag_name \
| cut -d '"' -f 4 | cut -c2-) && \
HOST_OS=$(uname -a | awk '{print tolower($1)}') && \
HOST_ARCH=$(arch) && \
HOST_ARCH=$(arch | sed 's/x86_64/amd64/') && \
DOWNLOAD_URL="https://github.com/$GITHUB_ORG/$GITHUB_REPO/releases/download" && \
DOWNLOAD_URL="$DOWNLOAD_URL/v$AGENT_VERSION/$ARCHIVE-$HOST_OS-$HOST_ARCH.zip"
echo "Downloading $DOWNLOAD_URL to $TMP_PATH/$ARCHIVE.zip" && \
Expand Down

0 comments on commit 3157079

Please sign in to comment.