Space not tab

This commit is contained in:
Donal McBreen
2024-05-21 12:20:19 +01:00
parent 5ff1203c80
commit 187861fa60

View File

@@ -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|