mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:19:35 +00:00
Fix completion command in e2e
Current syntax is incorrect, and while it doesn't break the test it is throwing an error in the logs Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Vitor Savian
parent
aa71450160
commit
eeda11de98
2
tests/e2e/secretsencryption/Vagrantfile
vendored
2
tests/e2e/secretsencryption/Vagrantfile
vendored
@@ -44,7 +44,7 @@ def provision(vm, role, role_num, node_num)
|
||||
if vm.box.to_s.include?("microos")
|
||||
vm.provision 'k3s-reload', type: 'reload', run: 'once'
|
||||
end
|
||||
vm.provision 'k3s-autocomplete', type: 'shell', inline: "k3s completion -i bash"
|
||||
vm.provision 'k3s-autocomplete', type: 'shell', inline: "k3s completion bash -i"
|
||||
end
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
Reference in New Issue
Block a user