From 0469c2fc1e90bc2af94312d1febea07be22400c1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 25 Jan 2023 14:18:18 -0800 Subject: [PATCH] distmaker - Fix 'WordPress' entry in JSON report --- distmaker/utils/repo-report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distmaker/utils/repo-report.php b/distmaker/utils/repo-report.php index efb8008f58..01bfeaab1b 100644 --- a/distmaker/utils/repo-report.php +++ b/distmaker/utils/repo-report.php @@ -52,7 +52,7 @@ if (getenv('J5PACK')) { 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')) { -- 2.25.1