diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 0bddbeb9..daefb044 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -161,7 +161,7 @@ write_page_header() { BASEURL="" fi done - if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" = "experiemental" ] ; then + if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" = "experimental" ] ; then # no pkg_sets are tested in experimental continue fi |