Skip to content

Commit

Permalink
Merge pull request #343 from replicatedhq/adamancini/troubleshoot-tra…
Browse files Browse the repository at this point in the history
…ining

fix a typo causing the track to crash
  • Loading branch information
adamancini authored May 28, 2024
2 parents 4bb6dba + 5a1e08f commit 5c203c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion instruqt/troubleshoot-training/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ tags:
owner: replicated
developers:
- danj@replicated.com
- ada@replicated.com
lab_config:
overlay: false
width: 33
position: right
feedback_recap_enabled: true
loadingMessages: true
checksum: "2772022616982256640"
hideStopButton: false
checksum: "10084089043640894063"
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo "export SHELL=bash" | tee -a /root/.bashrc
kubectl krew install preflight
kubectl krew install support-bundle

kubectl completion bash | sudo tee /etc/bash_completion.d/kubectl > /dev/null
kubectl completion bash | tee /etc/bash_completion.d/kubectl > /dev/null
chmod a+r /etc/bash_completion.d/kubectl

# install sbctl
Expand Down

0 comments on commit 5c203c3

Please sign in to comment.