mirror of https://github.com/apache/cloudstack.git
Correct small typo in error message
This commit is contained in:
parent
bcb760e1e2
commit
d868b0521b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue