diff --git a/index.js b/index.js index 55236a6..d8b791b 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ async function run() { attestationArgs += "--attestors " + attestors[i] + " "; } - const binary = "scribe"; + const binary = "testify"; const mainScript = `${__dirname}/${binary}`; const cmd = [ diff --git a/scribe b/testify similarity index 74% rename from scribe rename to testify index b44cb8c..3b42730 100755 Binary files a/scribe and b/testify differ