diff --git a/distro_machine_detection.7 b/distro_machine_detection.7 index 5a40734..f39c823 100644 --- a/distro_machine_detection.7 +++ b/distro_machine_detection.7 @@ -68,6 +68,6 @@ if [ "$system_type" = "linux" ] && [ -z "$machine" ]; then fi fi -if [ "$system_type" = "windows" ] && [ -z "$machine"]; && [ "$hassed" -eq 1 ]; then +if [ "$system_type" = "windows" ] && [ -z "$machine"] && [ "$hassed" -eq 1 ]; then machine="$(wmic.exe computersystem get Manufacturer,Model | sed -n 2p | head -n 1)" fi