Skip to content

Commit a50b890

Browse files
committed
Update exit message in finalView function to prompt user for key press
1 parent da405fd commit a50b890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/cmd/create_jira_tickets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ func (m tmodel) View() string {
653653
func finalView(m tmodel) string {
654654
doneStyle := lipgloss.NewStyle().Bold(true).Foreground(lipgloss.Color("6"))
655655
return doneStyle.Render(fmt.Sprintf(
656-
"Done! Confirmed %d tickets, skipped %d. Exiting...\n",
656+
"Done! Confirmed %d tickets, skipped %d. Press any key to exit...\n",
657657
m.confirmed, m.skipped,
658658
))
659659
}

0 commit comments

Comments
 (0)