Skip to content

Commit

Permalink
Merge pull request #25430 from eileenmcnaughton/5.572
Browse files Browse the repository at this point in the history
distmaker - Fix 'WordPress' entry in JSON report
  • Loading branch information
seamuslee001 authored Jan 26, 2023
2 parents d96294d + 1954f04 commit bf81cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distmaker/utils/repo-report.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function repo($path, $branch) {
if (getenv('D5PACK')) {
$data['tar']['Drupal'] = "civicrm-$DM_VERSION-drupal.tar.gz";
}
if (getenv('WPPACK')) {
if (getenv('WP5PACK')) {
$data['tar']['WordPress'] = "civicrm-$DM_VERSION-wordpress.zip";
}
if (getenv('L10NPACK')) {
Expand Down

0 comments on commit bf81cfa

Please sign in to comment.