Skip to content

Commit e8f5698

Browse files
authored
Merge branch 'master' into fix-int-tests
2 parents 8677e49 + 5855a9b commit e8f5698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/.util/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function util::tools::cf::install() {
148148
exit 1
149149
esac
150150

151-
# Check if cf is already available in PATH (e.g., from system/Docker image)
151+
# Check if cf is already available in PATH (e.g., from system/Docker image)
152152
if command -v cf &> /dev/null; then
153153
util::print::title "CF CLI already installed (using system version)"
154154
cf version

0 commit comments

Comments
 (0)