diff --git a/src/config/config.php b/src/config/config.php index 0cbbd3b4..a217262a 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -4,5 +4,5 @@ 'dsn' => '', // capture release as git sha - // 'release' => trim(exec('git log --pretty="%h" -n1 HEAD')), + // 'release' => trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')), );