Skip to content

Commit 4e46304

Browse files
committed
ci: Fix typo
1 parent e7c968c commit 4e46304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
curl -sLo /tmp/kubeconform.tar.gz https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-$(uname -o | tr '[:upper:]' '[:lower:]')-amd64.tar.gz
4444
tar -xC /tmp -f /tmp/kubeconform.tar.gz
4545
mv /tmp/kubeconform /usr/local/bin/kubeconform
46-
curl -sLo /tmp/kubent.tar.gz https://github.com/doitintl/kube-no-trouble/releases/download/0.7.0/kubent-0.7.0-uname -o | tr '[:upper:]' '[:lower:]'-amd64.tar.gz
46+
curl -sLo /tmp/kubent.tar.gz https://github.com/doitintl/kube-no-trouble/releases/download/0.7.0/kubent-0.7.0-$(uname -o | tr '[:upper:]' '[:lower:]')-amd64.tar.gz
4747
tar -xC /tmp -f /tmp/kubent.tar.gz
4848
mv /tmp/kubent /usr/local/bin/kubent
4949
nvim --headless --noplugin -u ./tests/init.lua -c "lua MiniTest.run()"

0 commit comments

Comments
 (0)