Skip to content

Commit

Permalink
change binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
colek42 committed Oct 21, 2022
1 parent af5ddf9 commit 90355d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function run() {
attestationArgs += "--attestors " + attestors[i] + " ";
}

const binary = "scribe";
const binary = "testify";
const mainScript = `${__dirname}/${binary}`;

const cmd = [
Expand Down
Binary file renamed scribe → testify
Binary file not shown.

0 comments on commit 90355d3

Please sign in to comment.