Merge pull request #13390 from MegaphoneJon/core-609
[civicrm-core.git] / distmaker / dists / repo-report.sh
index 4a14e41f72edebf355bf7ab35675bc36444530a6..411ede8e3327f7f8ebcb4b40c357e767fe743392 100755 (executable)
@@ -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"