Skip to content

Commit

Permalink
fix: update mo2 'getprefix' arg to match help docs (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppchen committed Apr 28, 2024
1 parent 02e49ab commit 8de18cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamtinkerlaunch
Expand Up @@ -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
Expand Down

0 comments on commit 8de18cc

Please sign in to comment.