Skip to content

Commit

Permalink
πŸ› Fix wrong pack's module UUID beeing updated (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes committed Nov 12, 2024
1 parent 2b2af1a commit de779a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/health.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl Health {
if data.rp.module.is_none() {
if self.fix {
log::info!("Add missing RP module UUID");
data.bp.update_module(None);
data.rp.update_module(None);
modified = true;
} else {
log::error!("RP module UUID is missing; try `allay health --fix`");
Expand Down

0 comments on commit de779a2

Please sign in to comment.