From 0b8c75ca10e9fe57af4cba871e34bd1480c8e091 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 12 Jun 2023 21:24:17 +0200 Subject: [PATCH] Fix message --- start-dev-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-dev-env.sh b/start-dev-env.sh index 592f41d0..f90a417f 100755 --- a/start-dev-env.sh +++ b/start-dev-env.sh @@ -75,7 +75,7 @@ case $uname in esac if [[ $platform != "Linux" && $platform != "MacOS" ]]; then - echo "This script only works on Linux." + echo "This script only works on Linux and MacOS." exit 1 fi