From 1c1eed0383dec0ff48ccf4dc82dd8dbb6c2c356d Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Wed, 13 Mar 2019 15:26:57 +0100 Subject: [PATCH] Fix typo (#3072) --- src/cli/oneflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/oneflow b/src/cli/oneflow index 751fdb7230..c44d94c631 100755 --- a/src/cli/oneflow +++ b/src/cli/oneflow @@ -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