Skip to content

Commit

Permalink
Merge pull request #10 from asanger/patch-1
Browse files Browse the repository at this point in the history
nodeload has been failing recently. Changed URL to the release locations...
  • Loading branch information
tamagokun committed Jul 15, 2013
2 parents 6a9b33f + f1d6596 commit 7b54ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
info("fetch","Wordpress {$app->env->wordpress["version"]}");
$cmd = array(
"mkdir -p {$app->env->release_dir}/wordpress",
"curl -sL https://nodeload.github.com/WordPress/WordPress/tar.gz/{$app->env->wordpress["version"]} > {$app->env->release_dir}/wordpress.tar",
"curl -sL https://github.com/WordPress/WordPress/archive/{$app->env->wordpress["version"]}.tar.gz > {$app->env->release_dir}/wordpress.tar",
"tar --strip-components=1 -xzf {$app->env->release_dir}/wordpress.tar -C {$app->env->release_dir}/wordpress",
"rm -f {$app->env->release_dir}/wordpress.tar",
"rm -rf {$app->env->release_dir}/wordpress/public",
Expand Down

0 comments on commit 7b54ca6

Please sign in to comment.