diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-28 16:32:33 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-28 16:32:33 +0300 |
commit | 93b9f226e0163519b0bbb111191abef45893f23e (patch) | |
tree | 4e7451291d15453fde7fdf96a48cc768457bd4cc | |
parent | da334ef9343b3ff96bf5802bc7e8864566e612dc (diff) | |
download | pleroma-93b9f226e0163519b0bbb111191abef45893f23e.tar.gz pleroma-93b9f226e0163519b0bbb111191abef45893f23e.zip |
path fix
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |