Skip to content

Commit

Permalink
Merge branch 'workflow-noDocker' of https://github.com/adithyanotfoun…
Browse files Browse the repository at this point in the history
…d/talawa-admin into workflow-noDocker
  • Loading branch information
adithyanotfound committed Nov 20, 2024
2 parents 82c57b6 + 90dca65 commit 3f44b73
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 3f44b73

Please sign in to comment.