logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: e2333f757a763f7ec7105df6b4de4585fc3eee05
parent 499df7b73aa723aab9c623754b531307b98cf584
Author: Maksim <parallel588@gmail.com>
Date:   Thu, 16 Jul 2020 13:30:28 +0000

Apply 1 suggestion(s) to 1 file(s)

Diffstat:

Mlib/mix/tasks/pleroma/release_env.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mix/tasks/pleroma/release_env.ex b/lib/mix/tasks/pleroma/release_env.ex @@ -38,7 +38,7 @@ defmodule Mix.Tasks.Pleroma.ReleaseEnv do get_option( options, :force, - "Environment file is exist. Do you want overwritten the #{env_path} file? (y/n)", + "Environment file already exists. Do you want to overwrite the #{env_path} file? (y/n)", "n" ) === "y" else