diff --git a/lib/vagrant-cachier/errors.rb b/lib/vagrant-cachier/errors.rb deleted file mode 100644 index 0f11696..0000000 --- a/lib/vagrant-cachier/errors.rb +++ /dev/null @@ -1,9 +0,0 @@ -module VagrantPlugins - module Cachier - module Errors - class MultipleProviderSpecificCacheDirsFound < Vagrant::Errors::VagrantError - error_key(:multiple_provider_specific_cache_dirs_found) - end - end - end -end diff --git a/locales/en.yml b/locales/en.yml index 8badb39..a8eaefd 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -16,10 +16,3 @@ en: scoped cache dirs starting with the 0.3.0 version of the plugin. unable_to_ssh: |- vagrant-cachier was unable to SSH into the VM to remove symlinks! - vagrant: - errors: - multiple_provider_specific_cache_dirs_found: |- - There are multiple provider specific cache dirs for the '%{machine}' machine: - %{dirs} - Please move one of them up to `%{machine_path}/cache` and remove the others - before bringing the machine up again.