Skip to content

Commit 5fb1315

Browse files
committed
Fix curl command
1 parent ac4e5c8 commit 5fb1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kubectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install kubectl
1212
run: |
1313
mkdir $HOME/bin
14-
curl -Lf 'https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl' -o $HOME/bin/kubectl
14+
curl -Lf "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" -o $HOME/bin/kubectl
1515
chmod +x $HOME/bin/kubectl
1616
echo "$HOME/bin" >> $GITHUB_PATH
1717

0 commit comments

Comments
 (0)