mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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…
x
Reference in New Issue
Block a user