Skip to content

Commit

Permalink
[demo] We don't use kubectx any more.
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed May 2, 2024
1 parent 31b755e commit 7550dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demosh/check-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# required here.
missing= ;\
\
for cmd in bat kubectl kubectx linkerd flux; do \
for cmd in bat kubectl linkerd flux; do \
if ! command -v $cmd >/dev/null 2>&1; then \
missing="$missing $cmd" ;\
fi ;\
Expand Down

0 comments on commit 7550dea

Please sign in to comment.