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
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
# TODO: Raise a better error
|
@env[:ui].info I18n.t('vagrant_cachier.skipping_bucket', bucket: 'apt-cacher')
|
||||||
raise "You've configured an APT-CACHER cache for a guest machine that does not support it!"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue