projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8f219
)
Change 'name' to 'instance_name' so option is used when running non-interactive
author
spctrl
<gitlab@spectraltheorem.be>
Sat, 29 Dec 2018 11:43:54 +0000
(12:43 +0100)
committer
spctrl
<gitlab@spectraltheorem.be>
Sat, 29 Dec 2018 11:43:54 +0000
(12:43 +0100)
lib/mix/tasks/pleroma/instance.ex
patch
|
blob
|
history
diff --git
a/lib/mix/tasks/pleroma/instance.ex
b/lib/mix/tasks/pleroma/instance.ex
index 1ef40671cf3be14b89e4308eddafa22301b6fcc3..0a2c891c004f79000cd32b436c1303e76ab2ed07 100644
(file)
--- a/
lib/mix/tasks/pleroma/instance.ex
+++ b/
lib/mix/tasks/pleroma/instance.ex
@@
-75,7
+75,7
@@
defmodule Mix.Tasks.Pleroma.Instance do
name =
Common.get_option(
options,
- :name,
+ :
instance_
name,
"What is the name of your instance? (e.g. Pleroma/Soykaf)"
)