Skip to content

Commit

Permalink
Fix the CLI output of formal verification runs (#5445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Jan 27, 2025
1 parent 8c1b0ca commit 4ccfe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function writeEntry(spec, contract, success, url) {
formatRow(
spec,
contract,
success ? ':x:' : ':heavy_check_mark:',
success ? ':heavy_check_mark:' : ':x:',
url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
url ? `[link](${url})` : 'error',
),
Expand Down

0 comments on commit 4ccfe38

Please sign in to comment.