diff options
Diffstat (limited to 'bin/reproducible_scheduler.sh')
-rwxr-xr-x | bin/reproducible_scheduler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh index f17590a0..5922e0ad 100755 --- a/bin/reproducible_scheduler.sh +++ b/bin/reproducible_scheduler.sh @@ -91,7 +91,7 @@ select_unknown_packages() { WHERE sources.name=source_packages.name) ORDER BY random() LIMIT $1" - do_sql_query "never tested before, randomly sorted" + do_sql_query "not tested before, randomly sorted" } select_new_versions() { |