change error message

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Michał 2026-09-09 11:00:06 +02:00 committed by GitHub
parent d7ec016b32
commit 3e0ed2d1a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ if [ "${PYENV_BIN_PATH#${PYENV_ROOT}}" != "${PYENV_BIN_PATH}" ]; then
fi
if [ -n "$MODIFY_ENV" ]; then
if [ "$(uname -s)" != Linux ]; then
echo 'Error: the -N option is supported only on Linux' >&2
echo 'Error: the --environment option is supported only on Linux' >&2
exit 1
fi