Skip to content

Commit

Permalink
Renamed NETWORK to DEFAULT_NETWORK
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Oct 9, 2024
1 parent da2a543 commit 69b13eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kamal/configuration/accessory.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Kamal::Configuration::Accessory
include Kamal::Configuration::Validation

NETWORK = "kamal"
DEFAULT_NETWORK = "kamal"

delegate :argumentize, :optionize, to: Kamal::Utils

Expand Down Expand Up @@ -181,6 +181,6 @@ def hosts_from_roles
end

def network
accessory_config["network"] || NETWORK
accessory_config["network"] || DEFAULT_NETWORK
end
end

0 comments on commit 69b13eb

Please sign in to comment.