Skip to content

Commit 1353a47

Browse files
author
hadar-co
authored
Merge pull request #10 from datreeio/hadar-co-patch-1
Update crd-extractor
2 parents 692be99 + a52f60d commit 1353a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crd-extractor/crd-extractor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
5656
fi
5757

58-
rm -rf $TMP_CRD_DIR
58+
rm -rf $TMP_CRD_DIR

0 commit comments

Comments
 (0)