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

Commit

Permalink
Merge pull request #847 from joyent/ether/v2-undef-message-2
Browse files Browse the repository at this point in the history
$message is undef here too
  • Loading branch information
karenetheridge authored Jul 30, 2019
2 parents 3bd5087 + 5b25e3e commit f19f0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Conch/Validation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ sub run ($self, $data) {
.$self->device->id.'\': '.($message // $err));

my $validation_error = {
message => $message,
message => $message // $err,
name => $self->name,
status => _STATUS_ERROR,
hint => $hint,
Expand Down

0 comments on commit f19f0f6

Please sign in to comment.