Update pkg/doctor/doctor.go

Co-authored-by: John Gibb <johngibb@gmail.com>
This commit is contained in:
MrBeanDev 2026-02-15 14:13:47 +05:30 committed by GitHub
parent bbf52f66f1
commit f9cfd253ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")
}