1# Test fix config 2# config is OK 3exec $IGNITE doctor 4stdout 'config file OK' 5 6-- config.yml -- 7version: 1 8-- go.mod -- 9module github.com/ignite/cli 10 11go 1.20 12 13