Pick up env for both source and OTP installs

This commit is contained in:
Mark Felder 2020-07-13 08:39:56 -05:00
parent 46b123cded
commit e1908a5270
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ defmodule Mix.Tasks.Pleroma.Config do
defp migrate_from_db(opts) do
if Pleroma.Config.get([:configurable_from_database]) do
env = opts[:env] || Mix.env()
env = opts[:env] || Pleroma.Config.get(:env)
config_path =
if Pleroma.Config.get(:release) do