Skip to content

Commit 2ebc5de

Browse files
committed
Update build-ova.yml
1 parent 74742fb commit 2ebc5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-ova.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
ls -la /dev/kvm
4242
id
43-
[ -r /dev/kvm ] && echo "KVM readable" || echo "KVM NOT readable - runner user lacks permission"
43+
[ -r /dev/kvm ] && echo "KVM readable" || echo "KVM NOT readable"
4444
4545
- name: Setup Packer
4646
uses: hashicorp/setup-packer@main

0 commit comments

Comments
 (0)