Skip to content

Commit 0d20cac

Browse files
committed
typo fix
Signed-off-by: Derek Nola <[email protected]>
1 parent 099b220 commit 0d20cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: "Vagrant Plugin(s)"
5959
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp
6060
- name: Import Ubunut box
61-
run: vagrant box add --name bento/ubuntu-24.04 --provider libvirt
61+
run: vagrant box add bento/ubuntu-24.04 --provider libvirt
6262
- name: Install Go
6363
uses: actions/setup-go@v5
6464
with:

0 commit comments

Comments
 (0)