Added lxc-create to the error message
Added the command that vagrant-lxc is actually trying to run when it can't find the lxc-create command
This commit is contained in:
parent
ad39aa9645
commit
d11b6f2dc7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ en:
|
|||
another provider.
|
||||
|
||||
lxc_not_installed: |-
|
||||
The `lxc` package does not seem to be installed or is not accessible on the PATH.
|
||||
The `lxc` package does not seem to be installed or `lxc-create` is not accessible on the PATH.
|
||||
|
||||
lxc_redir_not_installed: |-
|
||||
`redir` is not installed or is not accessible on the PATH.
|
||||
|
|
Loading…
Reference in a new issue