Skip to content

Commit

Permalink
Update set-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Jul 2, 2024
1 parent 956cab7 commit cfea36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/virtual-kubelet/set-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [ -z ${KUBELET_VERSION} ]; then
if [ -n ${KUBELET_VERSION} ]; then
cat << EOF > pkg/virtualkubelet/version.go
package main
Expand Down

0 comments on commit cfea36c

Please sign in to comment.