From 3fa966c2a334874c4b53d3e9e67234ddb9943398 Mon Sep 17 00:00:00 2001 From: Lidia Mokevnina Date: Thu, 5 Oct 2023 12:59:10 +0200 Subject: [PATCH] [339] change wake up success handling --- lib/uffizzi/cli/cluster.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/uffizzi/cli/cluster.rb b/lib/uffizzi/cli/cluster.rb index 1355af72..439af72b 100644 --- a/lib/uffizzi/cli/cluster.rb +++ b/lib/uffizzi/cli/cluster.rb @@ -267,8 +267,6 @@ def handle_wake_command(project_slug, command_args) end spinner.success - handle_succeed_create_response(cluster_data) - Uffizzi.ui.say("Cluster #{cluster_name} was successfully scaled up") end