Skip to content

Commit 39b085d

Browse files
authored
Merge pull request kubernetes#121725 from cubxxw/patch-1
fix: code style untidy and update version.sh
2 parents 6950720 + 090b79f commit 39b085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ run_kubectl_version_tests() {
3232

3333
# create version files, one for the client, one for the server.
3434
# these are the files we will use to ensure that the remainder output is correct
35-
kube::test::version::object_to_file "Client" "" "${TEMP}/client_version_test"
35+
kube::test::version::object_to_file "Client" "" "${TEMP}/client_version_test"
3636
kube::test::version::object_to_file "Server" "" "${TEMP}/server_version_test"
3737

3838
kube::log::status "Testing kubectl version: check client only output matches expected output"

0 commit comments

Comments
 (0)