Skip to content

Commit

Permalink
🔨 Fix health during build process (fixes #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes committed Apr 22, 2024
1 parent 0264fce commit 4c92d9b
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 @@ -30,7 +30,7 @@ impl Health {
}

pub fn check_all_except_uuids(&self) -> bool {
for success in [self.check_internal(), self.check_uuids_presence()] {
for success in [self.check_internal(), self.check_uuids()] {
if !success {
return false;
}
Expand Down

0 comments on commit 4c92d9b

Please sign in to comment.