Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele committed Nov 19, 2023
1 parent 41d3919 commit 50406bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opentelemetry_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule OpenTelemetry.MixProject do
end

defp load_app do
{:ok, [{:application, name, desc}]} = :file.consult('src/opentelemetry_api.app.src')
{:ok, [{:application, name, desc}]} = :file.consult(~c"src/opentelemetry_api.app.src")

{name, desc}
end
Expand Down

0 comments on commit 50406bc

Please sign in to comment.