Skip to content

Commit

Permalink
AllCheck::run through all checks on rung
Browse files Browse the repository at this point in the history
  • Loading branch information
eddmash committed May 28, 2018
1 parent 1303c0a commit a6382f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public boolean run() {
if (!check.run()) {
status = false;
failedChecks.add(check);
break;
}
}
return status;
Expand Down

0 comments on commit a6382f6

Please sign in to comment.