Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed May 10, 2024
1 parent e6205dc commit 27eefb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bats/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ stop_server() {
}

stop_rust_example() {
if [[ -f ${CALA_HOME}/rust-examlpe-pid ]]; then
kill -9 $(cat ${CALA_HOME}/rust-examlpe-pid) || true
if [[ -f ${CALA_HOME}/rust-example-pid ]]; then
kill -9 $(cat ${CALA_HOME}/rust-example-pid) || true
fi
}

Expand Down

0 comments on commit 27eefb7

Please sign in to comment.