Skip to content

Commit

Permalink
Update tools-object.js
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Nov 30, 2022
1 parent 6770186 commit 36143b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/tools-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function convertTools(data) {
});
} else {
console.error('Invalid .asyncapi-tool file.');
console.error(`Located in: ${tool.repository.html_url}`);
console.error(`Located in: ${tool.html_url}`);
console.error('Validation errors:', JSON.stringify(validate.errors, null, 2));
console.error('Not failing, dropping errors for further investigation');
}
Expand Down

0 comments on commit 36143b2

Please sign in to comment.