Skip to content

Commit 9141b84

Browse files
author
Anton Medvedev
committed
Update manifest.json url.
1 parent 68c4a7d commit 9141b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (is_file($deployFile) && is_readable($deployFile)) {
4444
// Self-update command
4545
$selfUpdate = new \KevinGH\Amend\Command('self-update');
4646
$selfUpdate->setDescription('Updates deployer.phar to the latest version');
47-
$selfUpdate->setManifestUri('https://raw.github.com/elfet/deployer/master/manifest.json');
47+
$selfUpdate->setManifestUri('http://deployer.org/manifest.json');
4848
$deployer->getConsole()->add($selfUpdate);
4949
$deployer->getHelperSet()->set(new \KevinGH\Amend\Helper());
5050

0 commit comments

Comments
 (0)