Skip to content

Commit

Permalink
fix: credo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdsb committed Mar 13, 2024
1 parent a6f1391 commit 2b40d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/discovery/resources/deployment.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule Discovery.Resources.Deployment do
end
end

defp read_deployment_template() do
defp read_deployment_template do
"#{@template_path}"
|> YamlElixir.read_from_file(atoms: false)
end
Expand Down

0 comments on commit 2b40d77

Please sign in to comment.