Skip to content

Commit

Permalink
fix: typo in success log
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Nov 4, 2023
1 parent 6aaddaf commit c443214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cardinal/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c443214

Please sign in to comment.