Skip to content

Commit 45ef1d2

Browse files
committed
Fix kubectl version check
1 parent b131a1a commit 45ef1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo/kubectl.ubpkg.sky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
stable_version = download_asset("https://cdn.dl.k8s.io/release/stable.txt", 16).as_string()
1+
stable_version = download_asset("https://dl.k8s.io/release/stable.txt", 16).as_string()
22

33
os_str = {
44
"linux": "linux",

0 commit comments

Comments
 (0)