fetch needs cache to be created.

This commit is contained in:
Markus Reiter 2017-02-17 04:02:17 +01:00
parent 89f4d153a2
commit a0597a3f15

View File

@ -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