Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-izval committed Jan 9, 2025
1 parent b16ebe3 commit 8763f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/updateVersions.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func withReleases(token string, f func(release *github.RepositoryRelease) error)
func computeHash(nurlPath string, tagName string) (string, error) {
hash, err := runNurl(
nurlPath,
fmt.Sprintf("https://github.com/%s/%s", owner,
fmt.Sprintf("https://github.com/%s/%s", owner, repo),
tagName,
"--hash")
if err != nil {
Expand Down
6 changes: 1 addition & 5 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@
"hash": "sha256-KY18YFTKWj366CPTh1MJ9DLamiFUVql3BhuMUzN7zf8=",
"vendorHash": "sha256-AajBuUwOhK0OniRRfCqR89+mA9LnQBkbG3Xge9c0qSQ="
},
"1.10.4": {
"hash": "sha256-wJg/BfKWgDzv9HKOsNaq+l2jG37VbOtmBF+QEhNLQ1k=",
"vendorHash": "sha256-YFsPxDlD7SqHo0x2UQnsJ5jDTp2JXdhEgDvtIpWVQ9o="
},
"1.2.0": {
"hash": "sha256-5um+zS7MVL59SlxchjXdlhBGNdacbQgvg7BRAWnW5XU=",
"vendorHash": "sha256-6x1cv+DKXH2yyMjIA6JY5EkTmWbwH4LBammXKtw2EZo="
Expand Down Expand Up @@ -372,7 +368,7 @@
"latest": {
"1.0": "1.0.11",
"1.1": "1.1.9",
"1.10": "1.10.4",
"1.10": "1.10.3",
"1.2": "1.2.9",
"1.3": "1.3.10",
"1.4": "1.4.7",
Expand Down

0 comments on commit 8763f1d

Please sign in to comment.