Skip to content

Commit 5f6aab2

Browse files
Fix: use en-US for install error message
Replaces Portuguese message in install.sh with English (en-US). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c83bf29 commit 5f6aab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ case "$OS" in
1818
esac
1919
;;
2020
Windows*|MINGW*|CYGWIN*)
21-
echo "ERROR: Windows não é suportado. Use macOS ou Linux." >&2
21+
echo "ERROR: Windows is not supported. Use macOS or Linux." >&2
2222
exit 1
2323
;;
2424
*) echo "ERROR: unsupported OS $OS" >&2; exit 1 ;;

0 commit comments

Comments
 (0)