diff options
author | Chris Lamb <lamby@debian.org> | 2015-02-19 19:18:19 +0000 |
---|---|---|
committer | Chris Lamb <lamby@debian.org> | 2015-02-19 19:18:19 +0000 |
commit | 5e9456f84e208809bee0c9001bcce6123128c7ff (patch) | |
tree | 26fb275056e54a33d3f81c1b9d3e4ca2eb8bbca0 /bin | |
parent | e7e7a1030871d157cf6797bed4e55b080e449e64 (diff) | |
download | jenkins.debian.net-5e9456f84e208809bee0c9001bcce6123128c7ff.tar.xz |
"same version again" -> "same version" as its implicit.
Diffstat (limited to 'bin')
-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 f9d476d4..b69c6339 100755 --- a/bin/reproducible_scheduler.sh +++ b/bin/reproducible_scheduler.sh @@ -206,7 +206,7 @@ let "TOTAL=$TOTAL+$AMOUNT" ALL_PACKAGES="$ALL_PACKAGES $PACKAGES" echo "So in total now $TOTAL packages about to be scheduled." -MESSAGE="$MESSAGE and $AMOUNT packages with the same version again (total: $TOTAL)" +MESSAGE="$MESSAGE and $AMOUNT packages with the same version (total: $TOTAL)" # finally schedule_packages |