Skip to content

Commit

Permalink
Fix case statement per review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mentor committed Dec 30, 2021
1 parent 5719671 commit 168f2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ function make_vm_config() {

IMAGE_FILE="${1}"
ISO_FILE="${2}"
case ${OS} in
case "${OS}" in
alma | android | archlinux | debian | elementary | fedora | kali | garuda | kdeneon | linuxmint* | nixos* | opensuse | oraclelinux | popos | regolith | rockylinux | solus | *ubuntu* | zorin )
GUEST="linux"
IMAGE_TYPE="iso";;
Expand Down

0 comments on commit 168f2ee

Please sign in to comment.