Skip to content

Commit

Permalink
Fix deployphp#228 code
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Sep 22, 2019
1 parent e00d47d commit 994699d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ static function () {
];

if (releaseIsGitDirectory()) {
$config['version'] = getReleaseGitRef();
$config['commits'] = getGitCommitsRefs();
$defaultConfig['version'] = getReleaseGitRef();
$defaultConfig['commits'] = getGitCommitsRefs();
}

$config = array_merge($defaultConfig, (array) get('sentry'));
Expand Down

0 comments on commit 994699d

Please sign in to comment.