Extract make_directory_for

This commit is contained in:
David Heinemeier Hansson
2023-01-23 10:37:19 +01:00
parent cd44014069
commit 148c43fe29
3 changed files with 11 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ class Mrsk::Configuration::Assessory
end
def expand_local_file_path(local_file)
Pathname.new(File.expand_path(local_file))
Pathname.new(File.expand_path(local_file)).to_s
end
def expand_remote_file_path(remote_file)