Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Sep 14, 2023
1 parent aece529 commit ccf119c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/uplink/clients/caddy/config/builder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ defmodule Uplink.Clients.Caddy.Config.Builder do
sub_routes =
metadata.ports
|> Enum.map(fn port ->
hosts = Enum.map(metadata.hosts, fn host ->
port.slug <> "." <> host
end)
hosts =
Enum.map(metadata.hosts, fn host ->
port.slug <> "." <> host
end)

%{
group: "installation_#{metadata.id}",
Expand Down

0 comments on commit ccf119c

Please sign in to comment.