Add missing end
to generic bucket and remove capability
method [GH-94]
This commit is contained in:
parent
8d48dacf24
commit
a4c5f05263
1 changed files with 1 additions and 4 deletions
|
@ -2,10 +2,6 @@ module VagrantPlugins
|
|||
module Cachier
|
||||
class Bucket
|
||||
class Generic < Bucket
|
||||
def self.capability
|
||||
:generic_cache_dir
|
||||
end
|
||||
|
||||
def install
|
||||
if @configs.has_key?(:cache_dir)
|
||||
@name = @configs.has_key?(:name) ? "generic-#{@configs[:name]}" : "generic"
|
||||
|
@ -16,4 +12,5 @@ module VagrantPlugins
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue