diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sbt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb index 0ffa20b9d..ee9173a7d 100644 --- a/Library/Formula/sbt.rb +++ b/Library/Formula/sbt.rb @@ -1,7 +1,7 @@ require 'brewkit' # even though "file -b" reports this as a zip archive, it's just a binary -class SbtHttpDownloadStrategy <HttpDownloadStrategy +class SbtHttpDownloadStrategy <CurlDownloadStrategy def stage FileUtils.mv @dl, File.basename(@url) end |
