Skip to content

Commit

Permalink
fix sha256 kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
jullianoacqio committed Jul 22, 2020
1 parent a12f1c4 commit 2607dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s_extension/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def repositories():
urls = [
"https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl",
],
sha256 = "9daf696f5609ab41ac491886de5e87e35d8d3076f65defc27602a476800a97bf",
sha256 = "bb16739fcad964c197752200ff89d89aad7b118cb1de5725dc53fe924c40e3f7",
executable = True,
)

Expand Down

0 comments on commit 2607dc1

Please sign in to comment.