Skip to content

Commit

Permalink
Adding redirects to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypertrophik committed Jun 22, 2023
1 parent 34bb7a4 commit 15f3a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Regsync
run: |
curl -o regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
curl --silent --fail --location --output regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
chmod +x regsync
- name: Sync Charts
Expand Down

0 comments on commit 15f3a61

Please sign in to comment.