diff --git a/dist/setup/index.js b/dist/setup/index.js
index 1a4b0858..76a3ee3c 100644
--- a/dist/setup/index.js
+++ b/dist/setup/index.js
@@ -93669,7 +93669,7 @@ function run() {
             const version = resolveVersionInput();
             let arch = core.getInput('architecture');
             const cache = core.getInput('cache');
-            core.info("from Haritha's setup node repo");
+            core.info("from Haritha's setup node repo1");
             // if architecture supplied but node-version is not
             // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
             if (arch && !version) {
diff --git a/src/main.ts b/src/main.ts
index a3f406c4..41fe5fc9 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -22,7 +22,7 @@ export async function run() {
     let arch = core.getInput('architecture');
     const cache = core.getInput('cache');
 
-    core.info("from Haritha's setup node repo");
+    core.info("from Haritha's setup node repo1");
     // if architecture supplied but node-version is not
     // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
     if (arch && !version) {