Skip to content

Commit

Permalink
Update manifest.json url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Medvedev committed Jan 28, 2015
1 parent 68c4a7d commit 9141b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dep
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if (is_file($deployFile) && is_readable($deployFile)) {
// Self-update command
$selfUpdate = new \KevinGH\Amend\Command('self-update');
$selfUpdate->setDescription('Updates deployer.phar to the latest version');
$selfUpdate->setManifestUri('https://raw.github.com/elfet/deployer/master/manifest.json');
$selfUpdate->setManifestUri('http://deployer.org/manifest.json');
$deployer->getConsole()->add($selfUpdate);
$deployer->getHelperSet()->set(new \KevinGH\Amend\Helper());

Expand Down

0 comments on commit 9141b84

Please sign in to comment.