Skip to content

Commit

Permalink
[245] fixed number of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia authored and zipofar committed Jul 11, 2023
1 parent a00a226 commit dbd6751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uffizzi/cli/cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def handle_create_command(project_slug)

spinner = TTY::Spinner.new("[:spinner] Creating cluster #{cluster_name}...", format: :dots)
spinner.auto_spin
cluster_data = ClusterService.wait_cluster_deploy(project_slug, cluster_name, spinner)
cluster_data = ClusterService.wait_cluster_deploy(project_slug, cluster_name)

if ClusterService.failed?(cluster_data[:state])
spinner.error
Expand Down

0 comments on commit dbd6751

Please sign in to comment.