remove os_mon??
This commit is contained in:
parent
0e1d78248e
commit
20409e2388
1 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,16 @@
|
|||
diff --git a/mix.exs b/mix.exs
|
||||
index ef038ce74..d0914ed13 100644
|
||||
index ef038ce74..a28d98917 100644
|
||||
--- a/mix.exs
|
||||
+++ b/mix.exs
|
||||
@@ -78,7 +78,7 @@ def application do
|
||||
:comeonin,
|
||||
:quack,
|
||||
:fast_sanitize,
|
||||
- :os_mon,
|
||||
+# :os_mon,
|
||||
:ssl
|
||||
],
|
||||
included_applications: [:ex_syslogger]
|
||||
@@ -197,6 +197,7 @@ defp deps do
|
||||
|
||||
# indirect dependency version override
|
||||
|
|
Reference in a new issue