Skip to content
Snippets Groups Projects
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
No related branches found
Tags 1.2.0
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment