From 90dca65dd054bc2c5b7a32ef9c2988744326b42b Mon Sep 17 00:00:00 2001 From: adithya <144007420+adithyanotfound@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:03:20 +0530 Subject: [PATCH] update PID command Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1b2841da63..9635bf45b5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -306,7 +306,7 @@ jobs: - name: Stop Production App run: | if [ -f .pidfile_prod ]; then - kill $(cat .pidfile_prod) + kill "$(cat .pidfile_prod)" fi - name: Start Development App