Update pkg/doctor/doctor.go
Co-authored-by: John Gibb <johngibb@gmail.com>
This commit is contained in:
parent
bbf52f66f1
commit
f9cfd253ee
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ func (d *Doctor) printSummary() {
|
||||||
fmt.Println("❌ Please fix the errors above before using picoclaw")
|
fmt.Println("❌ Please fix the errors above before using picoclaw")
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
} else if warningCount > 0 {
|
} 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 {
|
} else {
|
||||||
fmt.Println("✅ All checks passed! PicoClaw is ready to use")
|
fmt.Println("✅ All checks passed! PicoClaw is ready to use")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue