From f9cfd253eeb9228a00f807bd775d6f185a6119c3 Mon Sep 17 00:00:00 2001 From: MrBeanDev <34623886+mrbeandev@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:13:47 +0530 Subject: [PATCH] Update pkg/doctor/doctor.go Co-authored-by: John Gibb --- pkg/doctor/doctor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/doctor/doctor.go b/pkg/doctor/doctor.go index ab488d222..679b4dcfd 100644 --- a/pkg/doctor/doctor.go +++ b/pkg/doctor/doctor.go @@ -403,7 +403,7 @@ func (d *Doctor) printSummary() { fmt.Println("❌ Please fix the errors above before using picoclaw") os.Exit(1) } else if warningCount > 0 { - fmt.Println("⚠️ PicoClaw should work, but consider addressing the warnings") + fmt.Println("⚠️ PicoClaw should work, but consider addressing the warnings") } else { fmt.Println("✅ All checks passed! PicoClaw is ready to use") }