Update pkg/doctor/doctor.go
Co-authored-by: John Gibb <johngibb@gmail.com>
This commit is contained in:
parent
f9cfd253ee
commit
587a90228e
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ func (d *Doctor) printSummary() {
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
|
|
||||||
if errorCount > 0 {
|
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)
|
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")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue