Skip to content

Commit

Permalink
just: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 22, 2024
1 parent b8b0e47 commit d7b4bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ verify:
wait-for-workload target=default_deploy_target:
#!/usr/bin/env bash
set -euo pipefail
ns=$(cat ./{{workspace_dir}}/just.namespace)
case {{target}} in
ns=$(cat ./{{ workspace_dir }}/just.namespace)
case {{ target }} in
"simple")
nix run .#kubectl-wait-ready -- $ns workload
;;
Expand Down

0 comments on commit d7b4bdd

Please sign in to comment.