From d868b0521ba898429c0fef55bfa1e5e0f7d5b0a5 Mon Sep 17 00:00:00 2001 From: Ian Southam Date: Tue, 29 Jul 2014 19:06:03 +0200 Subject: [PATCH] Correct small typo in error message --- .../debian/config/var/chef/cookbooks/csip/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb b/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb index a30352883a6..7c9884c5d71 100755 --- a/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb +++ b/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb @@ -24,7 +24,7 @@ end begin cmdline = data_bag_item('vr', 'cmdline') rescue - raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'ips') + raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'cmdline') end # List configured ips on this node and remove any that are not in the configuration