Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Fix curl extra option
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Sep 25, 2023
1 parent 1b28d95 commit 5c39f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addblob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ popd
addBlobOnChecksumChange src/github.com/containerd/nerdctl/nerdctl nerdctl/nerdctl

pushd src
curl -LO https://dl.k8s.io/release/v1.24.9/bin/linux/amd64/kubectl --output ./src/kubectl
curl -L https://dl.k8s.io/release/v1.24.9/bin/linux/amd64/kubectl --output ./src/kubectl
chmod ugo+x kubectl
popd
addBlobOnChecksumChange src/kubectl kubectl/kubectl
Expand Down

0 comments on commit 5c39f99

Please sign in to comment.