Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit c1f7d2e

Browse files
committed
Move download to curl
1 parent 617a314 commit c1f7d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mkdir helm-docs
1919
cd helm-docs
2020
21-
wget -o https://github.com/norwoodj/helm-docs/releases/download/v0.15.0/helm-docs_0.15.0_Linux_x86_64.tar.gz
21+
curl --output helm-docs.tar.gz --location https://github.com/norwoodj/helm-docs/releases/download/v0.15.0/helm-docs_0.15.0_Linux_x86_64.tar.gz
2222
tar -xvf helm-docs.tar.gz
2323
# Verify install
2424
./helm-docs --version

0 commit comments

Comments
 (0)