Fix random space that appeared in the middle of triple triad.

This commit is contained in:
Michael Taboada 2023-05-12 15:23:42 -07:00
parent d3bb2c58a8
commit c8c1e62663

View File

@ -312,7 +312,7 @@ get_bottle() {
"puzzle-divided"*) ;&
"revelation"*) ;&
"swamp"*) ;&
"triple -triad"*)
"triple-triad"*)
install_wine "7.7" "32"
export WINEPREFIX="${HOME}/.local/wine/aprone" ;;
"bg-"*) export WINEPREFIX="${HOME}/.local/wine/bg";;