mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Fix typo (#3072)
This commit is contained in:
parent
acc8750569
commit
1c1eed0383
@ -280,12 +280,12 @@ def show_service(client, args, options)
|
||||
if !role['elasticity_policies'].nil? &&
|
||||
!role['elasticity_policies'].empty? ||
|
||||
!role['scheduled_policies'].nil? &&
|
||||
!role['scheduled_policies'].emtpty?
|
||||
!role['scheduled_policies'].empty?
|
||||
puts
|
||||
puts 'ELASTICITY RULES'
|
||||
|
||||
if role['elasticity_policies'] &&
|
||||
!role['elasticity_policies'].emtpty?
|
||||
!role['elasticity_policies'].empty?
|
||||
puts
|
||||
# puts 'ELASTICITY POLICIES'
|
||||
CLIHelper::ShowTable.new(nil, self) do
|
||||
|
Loading…
x
Reference in New Issue
Block a user