File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if [ $? == 0 ]; then
5252
5353 printf " \nTo validate a CR using various tools, run the relevant command:\n"
5454 printf " \n- ${CYAN} kubeconform:${NC} \n\$ kubeconform -summary -output json -schema-location default -schema-location '$HOME /.datree/crdSchemas/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' /path/to/file\n"
55- printf " \n- ${CYAN} datree:${NC} \n\$ datree test --schema-location $HOME /.datree/crdSchemas/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json /path/to/file\n\n"
55+ printf " \n- ${CYAN} datree:${NC} \n\$ datree test --schema-location ' $HOME /.datree/crdSchemas/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' /path/to/file\n\n"
5656fi
5757
58- rm -rf $TMP_CRD_DIR
58+ rm -rf $TMP_CRD_DIR
You can’t perform that action at this time.
0 commit comments