diff --git a/pkg/doctor/doctor.go b/pkg/doctor/doctor.go index 679b4dcfd..b3fb01632 100644 --- a/pkg/doctor/doctor.go +++ b/pkg/doctor/doctor.go @@ -400,7 +400,7 @@ func (d *Doctor) printSummary() { fmt.Println() if errorCount > 0 { - fmt.Println("❌ Please fix the errors above before using picoclaw") + 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")