Merge branch 'bugfix/apc2s_upload_activity' into 'develop'
[akkoma] / config / releases.exs
index 79651a3429a08349d9de60fb6952a894c4445577..19636765f51b6381ff6e18581c50fbd204624c29 100644 (file)
@@ -21,7 +21,10 @@ else
   IO.puts(warning)
 end
 
-exported_config = Path.join([Path.dirname(config_path), "prod.exported_from_db.secret.exs"])
+exported_config =
+  config_path
+  |> Path.dirname()
+  |> Path.join("prod.exported_from_db.secret.exs")
 
 if File.exists?(exported_config) do
   import_config exported_config