format everything
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Wed, 15 Jun 2022 17:22:30 +0000 (18:22 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Wed, 15 Jun 2022 17:22:30 +0000 (18:22 +0100)
config/config.exs
lib/pleroma/frontend.ex

index f4915a909ee13b0f47a9883b995f214432e7bdc5..827b85f265cc56acbf32b1be86b2bbe7ab0a8f4e 100644 (file)
@@ -735,8 +735,7 @@ config :pleroma, :frontends,
     "pleroma-fe" => %{
       "name" => "pleroma-fe",
       "git" => "https://akkoma.dev/AkkomaGang/pleroma-fe",
-      "build_url" =>
-        "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/akkoma-fe.zip",
+      "build_url" => "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/akkoma-fe.zip",
       "ref" => "develop",
       "build_dir" => "dist"
     },
index cc0b47077f7a82f1130543af579c0669ff58a9c9..c9e51bdc189693d2ea800041df693a366eaa82af 100644 (file)
@@ -33,6 +33,7 @@ defmodule Pleroma.Frontend do
     label = "#{name} (#{ref})"
     tmp_dir = Path.join(dir(), "tmp")
     IO.puts("Downloading #{label}...")
+
     with {_, :ok} <-
            {:download_or_unzip, download_or_unzip(frontend_info, tmp_dir, opts[:file])},
          IO.puts("Installing #{label} to #{dest}"),