From 60c5fde1d488606c2ea3a150756f6d992403973d Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 28 Jan 2015 16:24:56 +0300 Subject: [PATCH] Move build script to root dir. --- bin/dep | 2 +- bin/build => build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename bin/build => build (91%) diff --git a/bin/dep b/bin/dep index 47ff0a0a8..ab339ac6f 100755 --- a/bin/dep +++ b/bin/dep @@ -62,7 +62,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://deployer.org/manifest.json'); +$selfUpdate->setManifestUri('http://deployer.org/manifest.json'); $console->add($selfUpdate); $console->getHelperSet()->set(new \KevinGH\Amend\Helper()); diff --git a/bin/build b/build similarity index 91% rename from bin/build rename to build index aff642302..1b0869165 100755 --- a/bin/build +++ b/build @@ -1,6 +1,6 @@ #!/usr/bin/env php addFromString('bin/dep', $depContent);