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 3f44b73 commit eacaac4
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 @@ -336,7 +336,7 @@ jobs:
if: always()
run: |
if [ -f .pidfile_dev ]; then
kill $(cat .pidfile_dev)
kill "$(cat .pidfile_dev)"
fi
Docker-Start-Check:
Expand Down

0 comments on commit eacaac4

Please sign in to comment.