From 05738e7643141776ee59ee156cf18af9d54899f9 Mon Sep 17 00:00:00 2001
From: kaniini <nenolod@gmail.com>
Date: Thu, 16 Aug 2018 15:37:58 +0000
Subject: [PATCH] fix compile

---
 mix.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs
index 7a90d8a9e..941b9c149 100644
--- a/mix.exs
+++ b/mix.exs
@@ -45,7 +45,7 @@ defmodule Pleroma.Mixfile do
       {:cachex, "~> 3.0.2"},
       {:httpoison, "~> 1.2.0"},
       {:jason, "~> 1.0"},
-      {:mogrify, "~> 0.6.1"}
+      {:mogrify, "~> 0.6.1"},
       {:ex_machina, "~> 2.2", only: :test},
       {:credo, "~> 0.9.3", only: [:dev, :test]},
       {:mock, "~> 0.3.1", only: :test}
-- 
GitLab