aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-28 13:29:44 +0000
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-28 13:29:44 +0000
commit251bbd794a696655bee5df7a31727db7dfa60375 (patch)
tree519816bdb4481d6bc4b5b5cd787d8865c33a6b7c
parentaa3ba635131fb05b09ab487bdf68cbe5dda98257 (diff)
downloadpleroma-251bbd794a696655bee5df7a31727db7dfa60375.tar.gz
Apply suggestion to mix.exs
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index ad23c7414..8cbea6f75 100644
--- a/mix.exs
+++ b/mix.exs
@@ -172,7 +172,7 @@ defmodule Pleroma.Mixfile do
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
- {:restarter, in_umbrella: true}
+ {:restarter, path: "./restarter"}
] ++ oauth_deps()
end