From 97e73cf3fd07b430176026eae7d81d36a7aa42ef Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 9 Feb 2023 20:09:20 -0800 Subject: [PATCH] Update ci/e2ereport.sh --- ci/e2ereport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/e2ereport.sh b/ci/e2ereport.sh index f27949969..8dfe5d6a3 100755 --- a/ci/e2ereport.sh +++ b/ci/e2ereport.sh @@ -10,7 +10,7 @@ FORCE_COLOR=1 DEBUG=1 go run ./e2etests/report/main.go "$@"; if [ -z "${NO_OPEN:-}" ]; then if [ -s "$REPORT_OUTPUT" ]; then if command -v open >/dev/null; then - open $REPORT_OUTPUT + open "$REPORT_OUTPUT" elif command -v xdg-open >/dev/null; then xdg-open $REPORT_OUTPUT else