Replace apt-cacher error with warning
This commit is contained in:
parent
d6066fbde7
commit
4972ec0fa5
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ module VagrantPlugins
|
|||
end
|
||||
end
|
||||
else
|
||||
# TODO: Raise a better error
|
||||
raise "You've configured an APT-CACHER cache for a guest machine that does not support it!"
|
||||
@env[:ui].info I18n.t('vagrant_cachier.skipping_bucket', bucket: 'apt-cacher')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue