aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/ci.rb')
-rw-r--r--web/lib/ci.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/ci.rb b/web/lib/ci.rb
index bbe0b23..d3d3d31 100644
--- a/web/lib/ci.rb
+++ b/web/lib/ci.rb
@@ -41,9 +41,9 @@ def generate_package_list(ci_type, num_of_packages)
if num_of_packages == 'all'
packages = packages
- elsif num_of_packages == 'untested' and ci_type == 'repoman'
+ elsif num_of_packages == 'untested' && ci_type == 'repoman'
packages = packages
- elsif num_of_packages == 'untested' and ci_type == 'build'
+ elsif num_of_packages == 'untested' && ci_type == 'build'
packages = []
Package.each do |package|
next if package.build.count > 0