Apply 1 suggestion(s) to 1 file(s)
authorMaksim <parallel588@gmail.com>
Thu, 16 Jul 2020 13:30:17 +0000 (13:30 +0000)
committerMaksim <parallel588@gmail.com>
Thu, 16 Jul 2020 13:30:17 +0000 (13:30 +0000)
lib/mix/tasks/pleroma/release_env.ex

index 63030c5ccaba4e39a825932aa0620cb2594a4788..4d8b6ff279318dbcb199be3a7e1a00148635ab69 100644 (file)
@@ -56,7 +56,7 @@ defmodule Mix.Tasks.Pleroma.ReleaseEnv do
           shell_info("\nThe file generated: #{env_path}.\n")
 
           shell_info("""
-          WARNING: before start pleroma app please to made the file read-only and non-modifiable.
+          WARNING: before start pleroma app please make sure to make the file read-only and non-modifiable.
             Example:
               chmod 0444 #{file_path}
               chattr +i #{file_path}