From d621aa000d4e4572dabb86aff598ef53e8c01d26 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Fri, 8 Nov 2024 07:43:04 +0000 Subject: [PATCH] fix: update comment Signed-off-by: Junjie Gao --- test/e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index 9c40409c7..4a8e28f05 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -95,7 +95,7 @@ esac setup_registry -# run the download server in the background +# run the CRL server in the background python3 ./scripts/crl_server.py & CRL_SERVER_PID=$!