Skip to content

Commit

Permalink
update PID command
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
adithyanotfound and coderabbitai[bot] authored Nov 20, 2024
1 parent 2ec6a97 commit 90dca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90dca65

Please sign in to comment.