Commit 2d818bd4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

bin/generate-deploy-info-config.php : correction bug realpath() lorsque le...

bin/generate-deploy-info-config.php : correction bug realpath() lorsque le fichier de config n'existe pas encore!
parent 55b208d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Zend\Config\Writer\PhpArray;

require __DIR__ . '/../vendor/autoload.php';

$OUTPUT_CONFIG_FILE = realpath(__DIR__ . '/../config/autoload/deploy-info.local.php');
$OUTPUT_CONFIG_FILE = __DIR__ . '/../config/autoload/deploy-info.local.php';

function versionFromGit()
{