From: Alexander Strizhakov Date: Tue, 28 Jan 2020 13:29:44 +0000 (+0000) Subject: Apply suggestion to mix.exs X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=251bbd794a696655bee5df7a31727db7dfa60375;p=akkoma Apply suggestion to mix.exs --- 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