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 681c90b4..a41f9ce3 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -97,7 +97,7 @@ schedule_packages() { /srv/jenkins/bin/reproducible_remote_scheduler.py \ --message "$REASON" \ --no-notify \ - --suite "$UITE" \ + --suite "$SUITE" \ $@ } |