fix rubocop violation

This commit is contained in:
Jason Nochlin
2024-05-08 19:22:25 -06:00
parent 947be0877f
commit 1e44cc2597

View File

@@ -38,7 +38,7 @@ class Kamal::Configuration::Builder
def dockerfile def dockerfile
@options["dockerfile"] || "Dockerfile" @options["dockerfile"] || "Dockerfile"
end end
def target def target
@options["target"] @options["target"]
end end