This commit is contained in:
Nick Hammond
2024-10-01 08:20:21 -07:00
parent 73c78079bc
commit 1d8c40f5d2
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class Kamal::Configuration
class << self
def create_from(config_file:, destination: nil, version: nil)
ENV['KAMAL_DESTINATION'] = destination
ENV["KAMAL_DESTINATION"] = destination
raw_config = load_config_files(config_file, *destination_config_file(config_file, destination))