From 787788c3287eed5c06e7f7cad6ce1b680765da6b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Oct 2013 11:32:50 -0700 Subject: [PATCH] core: Translation to remove 'solo' from shared chef error [GH-2276] --- templates/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 4cbfed6f7..94288ce27 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -41,7 +41,7 @@ en: The `knife` application was not found! This is required by Vagrant to automatically delete Chef nodes and clients. chef_run_list_empty: |- - Warning: Chef solo run list is empty. This may not be what you want. + Warning: Chef run list is empty. This may not be what you want. provisioner_cleanup: |- Running cleanup tasks for '%{name}' provisioner...