forked from AkkomaGang/akkoma
Merge branch 'fix/1058-uploads-dir-consistency' into 'develop'
tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dir Closes #1058 See merge request pleroma/pleroma!1378
This commit is contained in:
commit
3589b30ddc
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ def run(["gen" | rest]) do
|
|||
uploads_dir =
|
||||
get_option(
|
||||
options,
|
||||
:upload_dir,
|
||||
:uploads_dir,
|
||||
"What directory should media uploads go in (when using the local uploader)?",
|
||||
Pleroma.Config.get([Pleroma.Uploaders.Local, :uploads])
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue