From b5a6624f2dc60974e99faf0408df927c3830cafb Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Tue, 12 Nov 2024 19:21:07 +0000 Subject: [PATCH] typo --- distro_machine_detection.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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