Skip to content

Commit 87d2861

Browse files
committed
fix quotes
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent f005082 commit 87d2861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bats/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tests: image
6161
--entrypoint "/bin/bash"\
6262
$(BATS_IMAGE) \
6363
-c "set -x; cd /cwd; \
64-
echo "kubeconfig head:"; cat /kubeconfig | head -n2; \
64+
echo 'kubeconfig head:'; cat /kubeconfig | head -n2; \
6565
echo 'kubectl get nodes' || exit 1; \
6666
echo 'Running k8s cluster cleanup (invasive)... '; \
6767
bash tests/bats/cleanup-from-previous-run.sh &> $${_RUNDIR}/cleanup.outerr || \

0 commit comments

Comments
 (0)