Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Display currently selected Xcode version in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumealgis committed Jul 9, 2015
1 parent 04ea6e6 commit 6db011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ mkdir -p "${PLUGINS_DIR}"
curl -L $DOWNLOAD_URI | tar xvz -C "${PLUGINS_DIR}"

# the 1 is not a typo!
echo "Alcatraz successfully installed!!1!🍻 Please restart your Xcode."
echo "Alcatraz successfully installed!!1!🍻 Please restart your Xcode ($XCODE_VERSION)."

0 comments on commit 6db011b

Please sign in to comment.