aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-02-08 14:14:00 +0100
committerBadlop <badlop@process-one.net>2022-02-11 09:39:09 +0100
commite63e8a6d3894f910495710da10348afc2dfebf6b (patch)
tree5973019a1b3b33f019052e7f9e3f9fdbea7852fd /mix.exs
parentSome dependencies are optional, check them in mix.exs (diff)
Fix typo introduced in 99fdba0, present since 16.01
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 728dbb2a9..dc075c0c7 100644
--- a/mix.exs
+++ b/mix.exs
@@ -97,7 +97,7 @@ defmodule Ejabberd.MixProject do
defp cond_options do
for {:true, option} <- [{config(:sip), {:d, :SIP}},
{config(:stun), {:d, :STUN}},
- {config(:roster_gateway_workaround), {:d, :ROSTER_GATWAY_WORKAROUND}},
+ {config(:roster_gateway_workaround), {:d, :ROSTER_GATEWAY_WORKAROUND}},
{config(:new_sql_schema), {:d, :NEW_SQL_SCHEMA}}
], do:
option