Skip to content

Commit

Permalink
Correct syntax error in WoWPro_Utilities/CutRelease.sh re Wrath
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovicus-Maior committed Aug 17, 2022
1 parent f44419c commit 8036f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WoWPro_Utilities/CutRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ elif [ "$1" == "--tbc" ] ; then
ZIP_EXTRA="-tbc"
shift
elif [ "$1" == "--wrath" ] ; then
ADDON_DIRS=${[@]}
ADDON_DIRS=${WRATH[@]}
TOC_SUFFIX="_Wrath"
ZIP_EXTRA="-wrath"
shift
Expand Down

0 comments on commit 8036f55

Please sign in to comment.