Skip to content

Commit

Permalink
Fix rocket emoji for good
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmik committed Jan 23, 2024
1 parent dffde2b commit 005dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/stack/run_replan.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func interactiveResourceSelection(cliCtx *cli.Context, stackID, runID string) ([
Label: "{{ . }}?",
Active: fmt.Sprintf("%s {{ .Address | cyan }} %s", rocketEmoji, rocketEmoji),
Inactive: " {{ .Address | cyan }}",
Selected: "\U0001F680 {{ .Address cyan }} \U0001F680",
Selected: fmt.Sprintf("%s {{ .Address cyan }} %s", rocketEmoji, rocketEmoji),
Details: `
----------- Details ------------
{{ "Address:" | faint }} {{ .Address }}
Expand Down

0 comments on commit 005dd33

Please sign in to comment.