diff options
author | Maksim <parallel588@gmail.com> | 2020-07-16 13:30:28 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2020-07-16 13:30:28 +0000 |
commit | 16da9f5cfd63237549da7156e5297d356628a70f (patch) | |
tree | 52b7f4186788b2fdda0def774538cb9c4778fa13 | |
parent | c72676d22f9c2e9ed83ba793fe9a85efd7e9a544 (diff) | |
download | pleroma-16da9f5cfd63237549da7156e5297d356628a70f.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r-- | lib/mix/tasks/pleroma/release_env.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/release_env.ex b/lib/mix/tasks/pleroma/release_env.ex index 4d8b6ff27..9da74ffcf 100644 --- 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 |