From 8de18cc12c5eca862dad3d11cd17b23b9d7c7c5a Mon Sep 17 00:00:00 2001 From: Jim Krok Date: Sun, 28 Apr 2024 17:07:52 -0400 Subject: [PATCH] fix: update mo2 'getprefix' arg to match help docs (#1099) --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 38f64c69..7f5b7c7b 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -22581,7 +22581,7 @@ function commandline { writelog "INFO" "${FUNCNAME[0]} - URL passed is '$3'" dlMod2nexurl "$3" fi - elif [ "$2" == "getpfx" ] || [ "$2" == "gp" ]; then + elif [ "$2" == "getprefix" ] || [ "$2" == "gp" ]; then echo "$MO2COMPDATA/pfx" elif [ "$2" == "repairpfx" ]; then setMO2Vars