Skip to content

Commit

Permalink
Merge pull request ScoopInstaller#1323 from rasa/patch-1
Browse files Browse the repository at this point in the history
Fix autoupdate urls in kubectl
  • Loading branch information
lukesampson authored Feb 6, 2017
2 parents 5a0bab5 + 16721cd commit 3972ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/kubectl.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/kubernetes-release/release/v1.5.2/kubernetes-client-windows-amd64.tar.gz"
"url": "https://storage.googleapis.com/kubernetes-release/release/v$version/kubernetes-client-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://storage.googleapis.com/kubernetes-release/release/v1.5.2/kubernetes-client-windows-386.tar.gz"
"url": "https://storage.googleapis.com/kubernetes-release/release/v$version/kubernetes-client-windows-386.tar.gz"
}
},
"hash": {
Expand Down

0 comments on commit 3972ab5

Please sign in to comment.