Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Nov 3, 2018
1 parent 5614f07 commit 0ce462e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ function check_vapor() {
echo "✅ Xcode 9.3 is compatible with Vapor 3."
echo ""
elif [[ $XCBVERSION == *"Xcode 9.4"* ]];
then
echo "✅ Xcode 9.4 is compatible with Vapor 2."
echo "✅ Xcode 9.4 is compatible with Vapor 3."
echo ""
then
else
echo "✅ Xcode 9 is compatible with Vapor 2."
echo "❌ Xcode 9.3 or later is required for Vapor 3."
Expand Down

0 comments on commit 0ce462e

Please sign in to comment.