From ef0826599df2fe2878fe88a55932e9166677b9bf Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 8 Jul 2020 15:16:58 -0500 Subject: [PATCH] Fix valk > talk typo --- test/image-tests/qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/image-tests/qemu.sh b/test/image-tests/qemu.sh index 79b6b64b3..7abc6a67b 100755 --- a/test/image-tests/qemu.sh +++ b/test/image-tests/qemu.sh @@ -47,7 +47,7 @@ sudo systemctl start libvirtd sudo virsh list --all > /dev/null # Allow anyone in the wheel group to talk to libvirt. -greenprint "🚪 Allowing users in wheel group to valk to libvirt" +greenprint "🚪 Allowing users in wheel group to talk to libvirt" WHEEL_GROUP=wheel if [[ $ID == rhel ]]; then WHEEL_GROUP=adm