diff --git a/src/main.rs b/src/main.rs index 7097234fb..368f497bc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -535,7 +535,7 @@ impl App { None }; let now_version = &format!("v{}", env!("CARGO_PKG_VERSION")); - + stored_static.include_status.insert("*".into()); match Update::update_rules(update_target.unwrap().to_str().unwrap(), stored_static) { Ok(output) => {