From 16fba6f335a3e62c46349f0d784776206c416616 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 8 Mar 2019 21:40:21 -0500 Subject: [PATCH] builder: cleanup pedantry --- ofborg/src/bin/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofborg/src/bin/builder.rs b/ofborg/src/bin/builder.rs index c33c6a7..1e60efb 100644 --- a/ofborg/src/bin/builder.rs +++ b/ofborg/src/bin/builder.rs @@ -24,7 +24,7 @@ fn main() { let cloner = checkout::cached_cloner(Path::new(&cfg.checkout.root)); let nix = cfg.nix(); - if cfg.feedback.full_logs != true { + if !cfg.feedback.full_logs { warn!("Please define feedback.full_logs in your configuration to true!"); warn!("feedback.full_logs when true will cause the full build log to be sent back"); warn!("to the server, and be viewable by everyone.");