From c443214b83530f36573f01ccf7cf7b7f0e5563e1 Mon Sep 17 00:00:00 2001 From: smsunarto Date: Sat, 4 Nov 2023 14:59:57 -0700 Subject: [PATCH] fix: typo in success log --- cmd/cardinal/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cardinal/create.go b/cmd/cardinal/create.go index afdb19e..232244b 100644 --- a/cmd/cardinal/create.go +++ b/cmd/cardinal/create.go @@ -131,7 +131,7 @@ func (m WorldCreateModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { case steps.SignalStepCompletedMsg: // If step 1 is completed, log success message if msg.Index == 1 { - return m, NewLogCmd(style.ChevronIcon.Render() + "Successfully created a newModel game shard based on starter-game-template!") + return m, NewLogCmd(style.ChevronIcon.Render() + "Successfully created a starter game shard in ./" + m.projectNameInput.Value()) } case steps.SignalStepErrorMsg: