Skip to content

Commit

Permalink
remvoed -override
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Feb 14, 2024
1 parent 3bbdca1 commit cc23841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
PLATFORM="${{ matrix.platform.goos }}_${{ matrix.platform.goarch }}"
FILENAME="consul_${CONSUL_VERSION}_${PLATFORM}.zip"
curl -sSLO "https://releases.hashicorp.com/consul/${CONSUL_VERSION}/${FILENAME}" && \
unzip -o "${FILENAME}" -d /usr/local/bin && \
unzip "${FILENAME}" -d /usr/local/bin && \
rm "${FILENAME}"
consul version
- name: Build
Expand Down

0 comments on commit cc23841

Please sign in to comment.