Skip to content

Commit

Permalink
fix: set include_status * when update-rules command.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 4, 2023
1 parent deefddf commit aa1c4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ impl App {
None
};
let now_version = &format!("v{}", env!("CARGO_PKG_VERSION"));

stored_static.include_status.insert("*".into());

Check warning on line 538 in src/main.rs

View check run for this annotation

Codecov / codecov/patch

src/main.rs#L538

Added line #L538 was not covered by tests
match Update::update_rules(update_target.unwrap().to_str().unwrap(), stored_static)
{
Ok(output) => {
Expand Down

0 comments on commit aa1c4bb

Please sign in to comment.