Skip to content

Commit c27bfa2

Browse files
frsyukik0kubun
authored andcommitted
Follow the repository move from k0kubun to sqldef
Github returns an additional 302 to follow the repository move which had made the downloading code broken.
1 parent 544b437 commit c27bfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqldef.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def build_url(command)
130130
archive = OS_ARCHIVE.fetch(os)
131131
arch = Etc.uname.fetch(:machine)
132132
goarch = GOARCH.fetch(arch, arch)
133-
"https://github.com/k0kubun/sqldef/releases/latest/download/#{command}_#{os}_#{goarch}.#{archive}"
133+
"https://github.com/sqldef/sqldef/releases/latest/download/#{command}_#{os}_#{goarch}.#{archive}"
134134
end
135135

136136
# TODO: Retry transient errors

0 commit comments

Comments
 (0)