Ensure Gun is Gone
[akkoma] / lib / pleroma / frontend.ex
index adda71eef1f989ce0931c4d62789afa5c6e42cbf..dc9d55646c9a949e206a57a78ccfda39f6ca0918 100644 (file)
@@ -93,7 +93,7 @@ defmodule Pleroma.Frontend do
     url = String.replace(frontend_info["build_url"], "${ref}", frontend_info["ref"])
 
     with {:ok, %{status: 200, body: zip_body}} <-
-           Pleroma.HTTP.get(url, [], recv_timeout: 120_000) do
+           Pleroma.HTTP.get(url, [], receive_timeout: 120_000) do
       unzip(zip_body, dest)
     else
       {:error, e} -> {:error, e}