diff --git a/typescript/cli/src/commands/warp.ts b/typescript/cli/src/commands/warp.ts index 206109adcd..d7be4f4cf9 100644 --- a/typescript/cli/src/commands/warp.ts +++ b/typescript/cli/src/commands/warp.ts @@ -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); }, };