Fixed capitalization #30

Merged
davidpanic merged 1 commits from dev into dev 2015-12-26 23:21:42 +00:00

View File

@ -25,7 +25,7 @@ mkdir -v "build"
cd "build" cd "build"
echo -e "\n> Downloading Spigot build tools" echo -e "\n> Downloading Spigot build tools"
curl --progress-bar -Lo "buildtools.jar" "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar" curl --progress-bar -Lo "BuildTools.jar" "https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar"
echo -e "\n> Building Spigot, this will take a while ..." echo -e "\n> Building Spigot, this will take a while ..."
java -jar BuildTools.jar > /dev/null java -jar BuildTools.jar > /dev/null