path fix
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 28 Jan 2020 13:32:33 +0000 (16:32 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 28 Jan 2020 13:32:33 +0000 (16:32 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index 8cbea6f75adf01c9b34cfcef33caf5c9dcde7608..2608f986e102c688e8efe07176500c57413150bc 100644 (file)
--- 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