Skip to content

Commit

Permalink
fix: workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBunzy committed Oct 31, 2024
1 parent 8d44829 commit ff329ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}${
Expand Down

0 comments on commit ff329ba

Please sign in to comment.