Skip to content

Commit

Permalink
change repo in generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanubeki committed Aug 22, 2024
1 parent 31436ce commit f241da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func main() {
var (
outputFilename = flag.String("output", "release.md", "Path to release file path")

repo = env("GITHUB_REPOSITORY", "xarantolus/bromite-userscripts")
repo = env("GITHUB_REPOSITORY", "hanubeki/bromite-cosmetic")

tmpl = template.Must(template.New("").Parse(outputTemplate))
)
Expand Down

0 comments on commit f241da4

Please sign in to comment.