Skip to content

Commit 75176f7

Browse files
committed
fix: winget PackageIdentifier
1 parent 40f5ec8 commit 75176f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser_release_only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ scoops:
192192

193193
winget:
194194
- name: tenv
195-
publisher: TofuUtils
195+
publisher: Tofuutils
196196
short_description: "OpenTofu, Terraform, Terragrunt, Terramate and Atmos version manager, written in Go"
197197
license: "Apache-2.0"
198198
publisher_url: "https://tofuutils.github.io/tenv/"
@@ -204,7 +204,7 @@ winget:
204204
use: archive
205205
url_template: "https://github.com/tofuutils/tenv/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
206206
commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
207-
path: "manifests/t/TofuUtils/Tenv/{{ .Version }}"
207+
path: "manifests/t/Tofuutils/Tenv/{{ .Version }}"
208208
homepage: "https://github.com/tofuutils/tenv"
209209
description: "Tenv helps you install and switch versions of OpenTofu/Terraform, Terragrunt, and Atmos with simple commands."
210210
license_url: "https://github.com/tofuutils/tenv/blob/{{ .Tag }}/LICENSE"

0 commit comments

Comments
 (0)