X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=lib%2Fpleroma%2Ffrontend.ex;h=bf935a72855e2c6587458dae510454504dba58fe;hb=6669ac5bf7749be325a10f92cc9eed49c6be2761;hp=b3d4c3325073f21b6ec33c9115c17d842844cc70;hpb=d83c2bd330d1ed01b84634b70dfe024020ebfd6c;p=akkoma diff --git a/lib/pleroma/frontend.ex b/lib/pleroma/frontend.ex index b3d4c3325..bf935a728 100644 --- a/lib/pleroma/frontend.ex +++ b/lib/pleroma/frontend.ex @@ -42,9 +42,11 @@ defmodule Pleroma.Frontend do else {:download_or_unzip, _} -> Logger.info("Could not download or unzip the frontend") + {:error, "Could not download or unzip the frontend"} _e -> Logger.info("Could not install the frontend") + {:error, "Could not install the frontend"} end end