use double quotes
This commit is contained in:
@@ -38,7 +38,7 @@ class Kamal::Configuration::Role
|
|||||||
|
|
||||||
def logging_args
|
def logging_args
|
||||||
args = config.logging || {}
|
args = config.logging || {}
|
||||||
args.deep_merge!(specializations['logging']) if specializations['logging'].present?
|
args.deep_merge!(specializations["logging"]) if specializations["logging"].present?
|
||||||
|
|
||||||
if args.any?
|
if args.any?
|
||||||
optionize({ "log-driver" => args["driver"] }.compact) +
|
optionize({ "log-driver" => args["driver"] }.compact) +
|
||||||
|
|||||||
Reference in New Issue
Block a user