Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jan 7, 2025
1 parent aa1b73e commit 3f0f152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/cli/src/commands/warp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const send: CommandModuleWithWriteContext<
skipWaitForDelivery: quick,
selfRelay: relay,
});
logGreen(`✅ Sending a message for chains: ${chains.join(' ➡️ ')}`);
logGreen(`✅ Sucessfully sent messages for chains: ${chains.join(' ➡️ ')}`);
process.exit(0);
},
};
Expand Down

0 comments on commit 3f0f152

Please sign in to comment.