Update README.md

This commit is contained in:
Jeff Regan
2021-03-08 11:32:24 -08:00
committed by GitHub
parent f313cca52b
commit 43edc6dd7f

View File

@@ -73,7 +73,7 @@ function testKustomizeRepo {
local code=$?
if [ $code -ne 0 ]; then
echo "**** FAILURE ******************"
tail -n /tmp/k.txt
tail /tmp/k.txt
else
echo "LGTM"
fi