diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a7c01ddeaf..18d1ecb46b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 }} diff --git a/justfile b/justfile index d80df23b7a..2f9b9906d4 100644 --- a/justfile +++ b/justfile @@ -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)