Hadrien Croubois 2 lat temu
rodzic
commit
7c37ea0ff6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      certora/run.js

+ 1 - 1
certora/run.js

@@ -139,8 +139,8 @@ function writeEntry(spec, contract, success, url) {
       spec,
       contract,
       success ? ':x:' : ':heavy_check_mark:',
+      url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
       url ? `[link](${url})` : 'error',
-      url ? `[link](${url?.replace('/jobStatus/', '/output/')})` : 'error',
     ),
   );
 }