diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-15 02:12:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-15 08:18:25 +0200 |
commit | c44cb7015a8da38772b35ebf7dcd4b6468831b12 (patch) | |
tree | ffda6a16413e54c9fb7e212893a6d83c13be7d32 | |
parent | a282597b28e907fc85d6da85ec002c838a09c5a0 (diff) | |
download | jenkins.debian.net-c44cb7015a8da38772b35ebf7dcd4b6468831b12.tar.xz |
reproducible: common.sh: fix typo
-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" \ $@ } |