We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544b437 commit c27bfa2Copy full SHA for c27bfa2
lib/sqldef.rb
@@ -130,7 +130,7 @@ def build_url(command)
130
archive = OS_ARCHIVE.fetch(os)
131
arch = Etc.uname.fetch(:machine)
132
goarch = GOARCH.fetch(arch, arch)
133
- "https://github.com/k0kubun/sqldef/releases/latest/download/#{command}_#{os}_#{goarch}.#{archive}"
+ "https://github.com/sqldef/sqldef/releases/latest/download/#{command}_#{os}_#{goarch}.#{archive}"
134
end
135
136
# TODO: Retry transient errors
0 commit comments