From d11b6f2dc7b1a58fe5328e7538731f056eb49179 Mon Sep 17 00:00:00 2001 From: danielh Date: Sun, 20 Sep 2015 15:30:09 +1200 Subject: [PATCH] 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 --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index b407e8e..8b61c36 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -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.