Skip to content

Commit

Permalink
Update dependency checking for CAPT playground
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Dec 6, 2024
1 parent 3ae8ee4 commit c772c98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions capt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
- [clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start#install-clusterctl) >= v1.6.0
- [kubectl](https://www.downloadkubernetes.com/) >= v1.28.2
- [virt-install](https://virt-manager.org/) >= 4.0.0
- [yq](https://github.com/mikefarah/yq/#install) >= v4.44.2
- [task](https://taskfile.dev/installation/) >= 3.37.2

### Hardware
Expand Down
1 change: 0 additions & 1 deletion capt/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ tasks:
"kubectl",
"clusterctl",
"virt-install",
"brctl",
"yq",
]
cmd: command -v {{ .ITEM }} >/dev/null || echo "'{{ .ITEM }}' was not found in the \$PATH, please ensure it is installed."
Expand Down

0 comments on commit c772c98

Please sign in to comment.