Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Fix fetch method in brew recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Apr 12, 2021
1 parent 80a0c6c commit a8bb4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/homebrew/theme_check.base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def ruby_bin
class RubyGemsDownloadStrategy < AbstractDownloadStrategy
include RubyBin

def fetch
def fetch(_timeout: nil, **_options)
ohai("Fetching theme-check from gem source")
cache.cd do
ENV['GEM_SPEC_CACHE'] = "#{cache}/gem_spec_cache"
Expand Down

0 comments on commit a8bb4ea

Please sign in to comment.