Commit 95bd4a528dd7ce9b321c9728f2cef52626278571

Stephen Moloney 2017-02-16T12:28:38

putput tweak

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/lib/mix/tasks/ovh.ex b/lib/mix/tasks/ovh.ex
index eaaf8c3..5256a21 100644
--- a/lib/mix/tasks/ovh.ex
+++ b/lib/mix/tasks/ovh.ex
@@ -29,9 +29,9 @@ defmodule Mix.Tasks.Ovh do
 
       Mix.Shell.IO.info(message)
       Mix.Shell.IO.info("")
-      Mix.Shell.IO.info("Update the environment variables and all is done here.")
+      Mix.Shell.IO.info("Update the environment variables and you're done''")
       Mix.Shell.IO.info("")
-      Mix.Shell.IO.info("For example: ")
+      Mix.Shell.IO.info("One way to update the environment variables is to run the command: ")
       Mix.Shell.IO.info("")
       Mix.Shell.IO.info("source .env")
     end