From 963319d93835a53ea9e3ec8ab9bdacd080b74bbf Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 28 Aug 2019 14:39:42 -0700 Subject: [PATCH] Flip around action to be after dependency provisioner name --- 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 a28d86634..f850324c6 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -2490,7 +2490,7 @@ en: invalid_alias_value: |- Provisioner option `%{opt}` is not set as a valid type. Must be a string, or one of the alias shortcuts: %{alias} missing_provisioner_name: |- - Could not find provisioner name `%{name}` defined for machine `%{machine_name}` to run provisioner `%{action}` "%{provisioner_name}". + Could not find provisioner name `%{name}` defined for machine `%{machine_name}` to run provisioner "%{provisioner_name}" `%{action}`. wrong_type: |- Provisioner option `%{opt}` is not set as a valid type. Must be a string. chef: