X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=distmaker%2Fdists%2Frepo-report.sh;h=411ede8e3327f7f8ebcb4b40c357e767fe743392;hb=2b65ef52f825cf17f345ecc3279fa235e4184ec9;hp=4a14e41f72edebf355bf7ab35675bc36444530a6;hpb=e1a759ab4c93acffb071e346f8724c7f96791f0f;p=civicrm-core.git diff --git a/distmaker/dists/repo-report.sh b/distmaker/dists/repo-report.sh index 4a14e41f72..411ede8e33 100755 --- a/distmaker/dists/repo-report.sh +++ b/distmaker/dists/repo-report.sh @@ -12,7 +12,7 @@ fi . "$P/common.sh" SRC=$DM_SOURCEDIR -REPORT="$DM_TARGETDIR/civicrm-$DM_VERSION-repos.json" +REPORT="$DM_TARGETDIR/civicrm-$DM_VERSION.json" env \ DM_VERSION="$DM_VERSION" \ @@ -32,5 +32,5 @@ env \ SKPACK="$SKPACK" \ J5PACK="$J5PACK" \ WP5PACK="$WP5PACK" \ - php "$DM_SOURCEDIR/distmaker/utils/repo-report.php" > "$REPORT" - + php "$DM_SOURCEDIR/distmaker/utils/repo-report.php" \ + > "$REPORT"