Skip to content

Commit

Permalink
remove un-used var
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Aug 13, 2024
1 parent 2f2d53f commit 5d80b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pakman/push.ex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule Pakman.Push do
end
end

defp copy(%{"archive_path" => archive_path} = existing_deployment, config) do
defp copy(%{"archive_path" => archive_path}, config) do
with {:ok, token} <- Instellar.authenticate(),
{:ok, deployment_message, response} <-
Instellar.create_deployment(token, archive_path, config),
Expand Down

0 comments on commit 5d80b38

Please sign in to comment.