Skip to content

Commit ecff2aa

Browse files
author
hadar-co
authored
Update kubectl-datree
1 parent a27f5d7 commit ecff2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubectl-datree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ show_help(){
1010
printf "\nOptions:\n"
1111
printf " [--namespace <namespace>] Test all resources in the cluster belonging to the specified namespace\n"
1212
printf " [<resource type> <resource name>] Test a single given resource in the cluster\n"
13-
printf "\nRunning 'kubectl datree audit' with no arguments is equivalent to 'kubectl datree audit -- -n default'\n"
13+
printf "\nRunning 'kubectl datree test' with no arguments is equivalent to 'kubectl datree test -- -n default'\n"
1414
}
1515

1616
# Validate argument
@@ -112,4 +112,4 @@ else
112112
fi
113113

114114
# Cleanup
115-
rm -rf $DST_DIR
115+
rm -rf $DST_DIR

0 commit comments

Comments
 (0)