aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-28 15:41:45 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-28 15:41:45 +0300
commitaa3ba635131fb05b09ab487bdf68cbe5dda98257 (patch)
tree3ca1a201e29d9ebf97c95f7538be3a7ef9d4ab42
parent91ea3ed82cc29f02ae8eec94e4e4ced325a7e008 (diff)
downloadpleroma-aa3ba635131fb05b09ab487bdf68cbe5dda98257.tar.gz
like this
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2608f986e..ad23c7414 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, path: "../restarter"}
+ {:restarter, in_umbrella: true}
] ++ oauth_deps()
end