forked from AkkomaGang/akkoma
Lint fix
This commit is contained in:
parent
faf1f2b304
commit
cbe22deb51
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.Instance do
|
|||
Manages Pleroma instance.
|
||||
|
||||
## Generate a new instance.
|
||||
|
||||
|
||||
mix pleroma.instance new [OPTION...]
|
||||
|
||||
If any options are left unspecified, you will be prompted interactively
|
||||
|
@ -161,4 +161,3 @@ defp escape_sh_path(path) do
|
|||
~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue