aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-17 05:35:12 +0100
committerGitHub2017-02-17 05:35:12 +0100
commita74b7ade66e340c55b3bea7b6226fa68a311b4ce (patch)
treef1a83f534d3f9ad4eaf82eb1e289ff2fc046e38c /Library/Homebrew/cask/lib/hbc/cli
parent18838109b76ddc2b4aa958a3e8fd9adfbd083c62 (diff)
parenta0597a3f15b8044a4bf2c4b58fdc4df54026a347 (diff)
downloadbrew-a74b7ade66e340c55b3bea7b6226fa68a311b4ce.tar.bz2
Merge pull request #2043 from reitermarkus/create-caskroom
Small fixes.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
-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