aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-17 04:02:17 +0100
committerMarkus Reiter2017-02-17 04:02:17 +0100
commita0597a3f15b8044a4bf2c4b58fdc4df54026a347 (patch)
treead4c052b177162caa8b605e53833218834a6163d /Library
parent89f4d153a22cde0fe7903713bcfe42426977274b (diff)
downloadbrew-a0597a3f15b8044a4bf2c4b58fdc4df54026a347.tar.bz2
`fetch` needs cache to be created.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/fetch.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/fetch.rb b/Library/Homebrew/cask/lib/hbc/cli/fetch.rb
index 9b3d5099c..fc928586f 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/fetch.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/fetch.rb
@@ -15,6 +15,10 @@ module Hbc
end
end
+ def self.needs_init?
+ true
+ end
+
def self.help
"downloads remote application files to local cache"
end