mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
499df7b73a
commit
e2333f757a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ defmodule Mix.Tasks.Pleroma.ReleaseEnv do
|
||||||
get_option(
|
get_option(
|
||||||
options,
|
options,
|
||||||
:force,
|
: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"
|
"n"
|
||||||
) === "y"
|
) === "y"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue