Skip to content

Commit f6fff82

Browse files
committed
util: Fix brew-url
1 parent 3ee9ef9 commit f6fff82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

util/brew-update

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env ys-0
22

3-
releases-url =: 'https://github.com/yaml/yamlscript/releases'
4-
brew-url =: '[email protected]:yaml/homebrew-yamlscript'
3+
releases-url =: "https://github.com/yaml/yamlscript/releases"
4+
repo =: ENV.GITHUB_REPOSITORY_OWNER || 'yaml'
5+
brew-url =: "https://github.com/$repo/homebrew-yamlscript"
56

67
defn main(version):
78
check-version: version

0 commit comments

Comments
 (0)