Skip to content

Commit

Permalink
Fix typo in justfile recipe (#3185)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Fleener <[email protected]>
  • Loading branch information
sfleen authored Sep 6, 2024
1 parent 0b81771 commit c0a0114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- run: just-k3d create
- run: just k3d-load-linkerd
- run: just linkerd-install
- run: just linkerd-check-contol-plane-proxy
- run: just linkerd-check-control-plane-proxy
env:
TMPDIR: ${{ runner.temp }}

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ linkerd-uninstall:
{{ _linkerd }} uninstall \
| {{ _kubectl }} delete -f -
linkerd-check-contol-plane-proxy:
linkerd-check-control-plane-proxy:
#!/usr/bin/env bash
set -euo pipefail
check=$(mktemp --tmpdir check-XXXX.json)
Expand Down

0 comments on commit c0a0114

Please sign in to comment.