diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-28 13:29:44 +0000 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-28 13:29:44 +0000 |
commit | 251bbd794a696655bee5df7a31727db7dfa60375 (patch) | |
tree | 519816bdb4481d6bc4b5b5cd787d8865c33a6b7c | |
parent | aa3ba635131fb05b09ab487bdf68cbe5dda98257 (diff) | |
download | pleroma-251bbd794a696655bee5df7a31727db7dfa60375.tar.gz |
Apply suggestion to mix.exs
-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, in_umbrella: true} + {:restarter, path: "./restarter"} ] ++ oauth_deps() end |