Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
fix check for log line
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Aug 2, 2019
1 parent ab7287c commit a4e3ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Conch/ValidationSystem.pm
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ sub run_validation_plan ($self, %options) {
$validator->validation_results;

$self->log->debug('validation '.$validation->name.' returned no results for device id '.$device->id)
if not @validation_results;
if not $validator->validation_results;
}

# maybe no validations ran? this is a problem.
Expand Down

0 comments on commit a4e3ca1

Please sign in to comment.