Skip to content

Commit

Permalink
Update sail
Browse files Browse the repository at this point in the history
  • Loading branch information
gpibarra authored Dec 16, 2020
1 parent 90bca29 commit 3cff0df
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

1 comment on commit 3cff0df

@Francismori7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks using Sail through MINGW64 on Windows (Git Bash shell)

Please sign in to comment.