From 03461ff4d55140d0341c088dc0e2d2b535a76752 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Tue, 1 Aug 2023 18:18:15 -0700 Subject: [PATCH] Fix pesky extra letter s --- linux-game-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 4a77a72..3c5a4f9 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -745,7 +745,7 @@ case "${game}" in if [ "$x" == "mod the spire" ] ; then ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/" else - ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpires/mods/" + ln -sr "$HOME/.local/games/SlayTheSpire/steamapps/workshop/content/$appId/${mods[$x]}"/* "$HOME/.local/games/SlayTheSpire/mods/" fi done launcherPath="$(readlink -f "$0")"