forked from AkkomaGang/akkoma
fix format
This commit is contained in:
parent
1547a2fda4
commit
aaceb042c5
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ def run(["gen" | rest]) do
|
|||
|
||||
config_dir = Path.dirname(config_path)
|
||||
psql_dir = Path.dirname(psql_path)
|
||||
|
||||
|
||||
[config_dir, psql_dir, static_dir, uploads_dir]
|
||||
|> Enum.reject(&File.exists?/1)
|
||||
|> Enum.map(&File.mkdir_p!/1)
|
||||
|
|
Loading…
Reference in a new issue