Skip to content

Commit

Permalink
[tui] Fix locales for update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 31, 2025
1 parent 7776deb commit 91964e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tui/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ exit_status=$?
if [ "$exit_status" -eq 1 ]; then
export CONFIRM_UNINSTALL="false"

# shellcheck source=update.sh
source tui/update.sh
# shellcheck source=locales/en-us/update.sh
source "tui/locales/$LOCALE/update.sh"
fi

0 comments on commit 91964e9

Please sign in to comment.