Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed May 6, 2024
1 parent c15b6ca commit 917d1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci-test:

check-prereqs:
# tests depend on `deno` being available
@command -v python >/dev/null 2>&1 || { echo "Error: deno is not installed." >&2; exit 1; }
@command -v deno >/dev/null 2>&1 || { echo "Error: deno is not installed." >&2; exit 1; }
# stripe mock must be running; check its default port for a listener
@lsof -i :12112 >/dev/null 2>&1 || { echo "Error: stripe-mock is not running (on port 12112)." >&2; exit 1; }

Expand Down

0 comments on commit 917d1ff

Please sign in to comment.