From ff329bad183727d418f5dfbc2fd310a33e9a2d1f Mon Sep 17 00:00:00 2001 From: 0xBunzy Date: Thu, 31 Oct 2024 13:57:19 -0700 Subject: [PATCH] fix: workflow test --- src/bin/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/script.ts b/src/bin/script.ts index f21a0ea..eea7147 100644 --- a/src/bin/script.ts +++ b/src/bin/script.ts @@ -137,7 +137,7 @@ async function run() { installLaserEyes.on("close", async (laserEyesCode) => { if (laserEyesCode === 0) { - console.log("@omnisat/lasereyes installed successfully!"); + console.log("@omnisat/lasereyes installed successfully! ✅"); // Update README const readmeContent = `# ${projectName}\n\nBuilt with ${language}${