From 11e78228b37bcebd58f32b09b619a2358848da0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 1 Oct 2024 11:22:25 +0000 Subject: [PATCH] fix: check clusterctl version --- test/clusterctl/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clusterctl/test.sh b/test/clusterctl/test.sh index 9cd1fdc..dbaaac9 100755 --- a/test/clusterctl/test.sh +++ b/test/clusterctl/test.sh @@ -39,7 +39,7 @@ source dev-container-features-test-lib # Feature-specific tests # The 'check' command comes from the dev-container-features-test-lib. -check "version" clusterctl --version +check "version" clusterctl version # Report results # If any of the checks above exited with a non-zero exit code, the test will fail.