Fix valk > talk typo

This commit is contained in:
Major Hayden 2020-07-08 15:16:58 -05:00 committed by Major Hayden
parent 3113ba02d8
commit ef0826599d

View file

@ -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