diff --git a/src/options/update_rules.rs b/src/options/update_rules.rs index 258e02cd..764a2a8a 100644 --- a/src/options/update_rules.rs +++ b/src/options/update_rules.rs @@ -31,6 +31,7 @@ impl UpdateRules { &BufferWriter::stdout(ColorChoice::Always), None, "Attempting to git clone the hayabusa-rules repository into the rules folder.", + true, ) .ok(); // execution git clone of hayabusa-rules repository when failed open hayabusa repository. @@ -211,6 +212,7 @@ impl UpdateRules { "[Updated] {} (Modified: {} | Path: {})", tmp[0], tmp[1], tmp[2] ), + true, ) .ok(); } @@ -225,6 +227,7 @@ impl UpdateRules { &BufferWriter::stdout(ColorChoice::Always), None, "You currently have the latest rules.", + true, ) .ok(); Ok("You currently have the latest rules.".to_string())