diff --git a/core/systems/feldspar/s3.ex b/core/systems/feldspar/s3.ex index 1565dc527..b95ef21c0 100644 --- a/core/systems/feldspar/s3.ex +++ b/core/systems/feldspar/s3.ex @@ -96,7 +96,7 @@ defmodule Systems.Feldspar.S3 do defp content_type(name) do name - |> String.split(name, ".") + |> String.split(".") |> List.last() |> content_type() end