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