Replaced string interpolations with to build paths

This commit is contained in:
Igor Alexandrov
2024-03-28 20:25:24 +04:00
parent 8bb596e216
commit 511a182539
5 changed files with 5 additions and 5 deletions

View File

@@ -222,7 +222,7 @@ class Kamal::Configuration
def host_env_directory
"#{run_directory}/env"
File.join(run_directory, "env")
end
def env