diff --git a/bin/generate-deploy-info-config.php b/bin/generate-deploy-info-config.php
index b39101ba6a4e763058c13fd28100625d22a06817..e9663d1f2872d3e5190f293c1a6022e28b311c89 100755
--- a/bin/generate-deploy-info-config.php
+++ b/bin/generate-deploy-info-config.php
@@ -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()
 {