Skip to content

Commit

Permalink
Merge pull request kubernetes#121725 from cubxxw/patch-1
Browse files Browse the repository at this point in the history
fix: code style untidy  and update version.sh
  • Loading branch information
k8s-ci-robot committed Mar 6, 2024
2 parents 6950720 + 090b79f commit 39b085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmd/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run_kubectl_version_tests() {

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

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

0 comments on commit 39b085d

Please sign in to comment.