We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c4a7d commit 9141b84Copy full SHA for 9141b84
bin/dep
@@ -44,7 +44,7 @@ if (is_file($deployFile) && is_readable($deployFile)) {
44
// Self-update command
45
$selfUpdate = new \KevinGH\Amend\Command('self-update');
46
$selfUpdate->setDescription('Updates deployer.phar to the latest version');
47
-$selfUpdate->setManifestUri('https://raw.github.com/elfet/deployer/master/manifest.json');
+$selfUpdate->setManifestUri('http://deployer.org/manifest.json');
48
$deployer->getConsole()->add($selfUpdate);
49
$deployer->getHelperSet()->set(new \KevinGH\Amend\Helper());
50
0 commit comments