Skip to content

Commit

Permalink
Merge pull request #22 from gpibarra/patch-1
Browse files Browse the repository at this point in the history
Update sail exit UnsupportedOS
  • Loading branch information
taylorotwell authored Dec 16, 2020
2 parents cb52764 + 3cff0df commit e56852a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/sail
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ esac

if [ "$MACHINE" == "UNKNOWN" ]; then
echo "Unsupported operating system [$(uname -s)]. Laravel Sail supports macOS, Linux, and Windows (WSL2)."

exit 1
fi

# Define environment variables...
Expand Down

0 comments on commit e56852a

Please sign in to comment.