We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8677e49 + 5855a9b commit e8f5698Copy full SHA for e8f5698
scripts/.util/tools.sh
@@ -148,7 +148,7 @@ function util::tools::cf::install() {
148
exit 1
149
esac
150
151
- # Check if cf is already available in PATH (e.g., from system/Docker image)
+# Check if cf is already available in PATH (e.g., from system/Docker image)
152
if command -v cf &> /dev/null; then
153
util::print::title "CF CLI already installed (using system version)"
154
cf version
0 commit comments