Skip to content

Commit

Permalink
distmaker - Fix 'WordPress' entry in JSON report
Browse files Browse the repository at this point in the history
  • Loading branch information
totten authored and eileenmcnaughton committed Jan 26, 2023
1 parent d96294d commit 1954f04
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 1954f04

Please sign in to comment.