File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 43
43
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
44
44
tar -xC /tmp -f /tmp/kubeconform.tar.gz
45
45
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
47
47
tar -xC /tmp -f /tmp/kubent.tar.gz
48
48
mv /tmp/kubent /usr/local/bin/kubent
49
49
nvim --headless --noplugin -u ./tests/init.lua -c "lua MiniTest.run()"
You can’t perform that action at this time.
0 commit comments