Skip to content

Commit

Permalink
fix: update mo2 'getprefix' arg to match help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
koppchen committed Apr 28, 2024
1 parent 02e49ab commit 72415a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
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 72415a6

Please sign in to comment.