Update bundler error text content
This commit is contained in:
parent
062ef52816
commit
ce56739b29
|
@ -703,10 +703,9 @@ en:
|
||||||
plugins in the `plugins` group in your Gemfile or manually require
|
plugins in the `plugins` group in your Gemfile or manually require
|
||||||
them in a Vagrantfile.
|
them in a Vagrantfile.
|
||||||
bundler_error: |-
|
bundler_error: |-
|
||||||
Bundler, the underlying system Vagrant uses to install plugins,
|
Vagrant failed to properly resolve required dependencies. These
|
||||||
reported an error. The error is shown below. These errors are usually
|
errors can commonly be caused by misconfigured plugin installations
|
||||||
caused by misconfigured plugin installations or transient network
|
or transient network issues. The reported error is:
|
||||||
issues. The error from Bundler is:
|
|
||||||
|
|
||||||
%{message}
|
%{message}
|
||||||
cant_read_mac_addresses: |-
|
cant_read_mac_addresses: |-
|
||||||
|
|
Loading…
Reference in New Issue