Skip to content

Commit

Permalink
refactor: use the unicode warning emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Sep 11, 2024
1 parent 1eddf78 commit dc3b427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var debugCmd = &cobra.Command{
Long: "Use this command to debug your runtipi instance (useful for issues)",
Run: func(cmd *cobra.Command, args []string) {
// Print warning
fmt.Print("\n⚠️ Make sure you have started tipi before running this command\n\n")
fmt.Printf("\n%s Make sure you have started tipi before running this command\n\n", constants.Yellow("⚠"))

// Containers
containers := []string{"runtipi", "runtipi-db", "runtipi-redis", "runtipi-reverse-proxy"}
Expand Down

0 comments on commit dc3b427

Please sign in to comment.