From 187861fa60b4a027dcc6d3fe3e485bb8a678c2db Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Tue, 21 May 2024 12:20:19 +0100 Subject: [PATCH] Space not tab --- lib/kamal/cli/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/cli/app.rb b/lib/kamal/cli/app.rb index ee8ab901..809607a9 100644 --- a/lib/kamal/cli/app.rb +++ b/lib/kamal/cli/app.rb @@ -13,7 +13,7 @@ class Kamal::Cli::App < Kamal::Cli::Base end end - # Primary hosts and roles are returned first, so they can open the barrier + # Primary hosts and roles are returned first, so they can open the barrier barrier = Kamal::Cli::Healthcheck::Barrier.new if KAMAL.roles.many? on(KAMAL.hosts, **KAMAL.boot_strategy) do |host|