From: Alexander Strizhakov Date: Tue, 28 Jan 2020 13:32:33 +0000 (+0300) Subject: path fix X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=93b9f226e0163519b0bbb111191abef45893f23e;hp=da334ef9343b3ff96bf5802bc7e8864566e612dc;p=akkoma path fix --- diff --git a/mix.exs b/mix.exs index 8cbea6f75..2608f986e 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, path: "../restarter"} ] ++ oauth_deps() end