Skip to content

Commit

Permalink
Saving zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
dictions committed May 5, 2016
1 parent eb78dca commit c2038b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CRAFT_DIR="${CACHE_DIR}/Craft-${CRAFT_VERSION}.${CRAFT_BUILD}"
echo "-----> Installing CraftCMS v${CRAFT_VERSION}.${CRAFT_BUILD}"
if [ ! -d "$CRAFT_DIR" ]; then
cd ${CACHE_DIR}
curl --silent --max-time 60 --location $CRAFT_URL
curl -ko ./Craft-${CRAFT_VERSION}.${CRAFT_BUILD}.zip --silent --max-time 60 --location $CRAFT_URL
jar xf Craft-${CRAFT_VERSION}.${CRAFT_BUILD}.zip
fi

Expand Down

0 comments on commit c2038b3

Please sign in to comment.