summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index b4af8375..c7a2d591 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -114,7 +114,7 @@ TABLE[9]=stats_bugs_sin_ftbfs_state
while IFS=, read col1 col2 col3
do
META_PKGSET[$col1]=$col3
-done < $BIN_PATH/meta_pkgset.csv
+done < $BIN_PATH/reproducible_pkgsets.csv
# mustache templates
PAGE_FOOTER_TEMPLATE=$TEMPLATE_PATH/default_page_footer.mustache