Fix dangling parenthesis

This commit is contained in:
David Heinemeier Hansson
2023-01-08 14:07:08 +01:00
parent 1fcc2d3cfd
commit 87ca059f32

View File

@@ -18,6 +18,6 @@ namespace :mrsk do
require "fileutils"
FileUtils.cp_r \
Pathname.new(File.expand_path("templates/deploy.yml", __dir__)),
Rails.root.join("config/deploy.yml"))
Rails.root.join("config/deploy.yml")
end
end