From dc3b4277cd56e2defd4c3259e6868ae332da675f Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 11 Sep 2024 11:27:11 +0300 Subject: [PATCH] refactor: use the unicode warning emoji --- cmd/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/debug.go b/cmd/debug.go index d5e79df..7838f73 100644 --- a/cmd/debug.go +++ b/cmd/debug.go @@ -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"}