Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Dec 20, 2024
1 parent 099b220 commit 0d20cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "Vagrant Plugin(s)"
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp
- name: Import Ubunut box
run: vagrant box add --name bento/ubuntu-24.04 --provider libvirt
run: vagrant box add bento/ubuntu-24.04 --provider libvirt
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 0d20cac

Please sign in to comment.