Remove outdated string in install assistant
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f96510a0b2
commit
2fc08dfc5c
@ -160,9 +160,7 @@ defmodule Mix.Tasks.Mobilizon.Instance do
|
|||||||
database_password: dbpass
|
database_password: dbpass
|
||||||
)
|
)
|
||||||
|
|
||||||
Mix.shell().info(
|
Mix.shell().info("Writing config to #{config_path}.")
|
||||||
"Writing config to #{config_path}. You should rename it to .env.production, .env.dev or .env.test"
|
|
||||||
)
|
|
||||||
|
|
||||||
File.write(config_path, result_config)
|
File.write(config_path, result_config)
|
||||||
Mix.shell().info("Writing #{psql_path}.")
|
Mix.shell().info("Writing #{psql_path}.")
|
||||||
|
Loading…
Reference in New Issue
Block a user