We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ed486 commit 70af968Copy full SHA for 70af968
manager/tests/packaging/interactive/cache-clear.sh
@@ -8,7 +8,7 @@ if [ "$?" -ne "0" ]; then
8
fi
9
10
# clear just example.com. AAAA record, get JSON output
11
-kresctl cache clear --json --exact-name --rr-type AAAA example.com. | python -m json.tool
+kresctl cache clear --json --exact-name --rr-type AAAA example.com. | python3 -m json.tool
12
if [ "$?" -ne "0" ]; then
13
echo "Could not clear example.com. AAAA record or output is not a valid JSON"
14
exit 1
0 commit comments