diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 86f410c4..65e6a3c1 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -364,7 +364,7 @@ for i in $(seq 1 ${#META_PKGSET[@]}) ; do write_page_meta_sign done write_page_footer -publish_page $SUITE +publish_page $SUITE/$ARCH if [ "$SUITE" != "sid" ] ; then # stop here if not called with no arguments... |