From 818365ee58a716ebe89bd1747a65ebeaaacc70bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Sat, 11 Nov 2023 22:49:41 -0800 Subject: [PATCH] Switched to aurora Yellow --- internal/git/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/git/git.go b/internal/git/git.go index f31f851..4aa5527 100644 --- a/internal/git/git.go +++ b/internal/git/git.go @@ -73,7 +73,7 @@ func (g *Git) Clone(repository repository.Repository) error { } } else { bang := aurora.Bold(aurora.Red("!")) - msg := fmt.Sprintf("%-2s %s %s", "", bang, aurora.Brown("Clone already exists")) + msg := fmt.Sprintf("%-2s %s %s", "", bang, aurora.Yellow("Clone already exists")) fmt.Println(msg) }