Skip to content

Commit ab11729

Browse files
Update lib/mix/tasks/sentry.install.ex
Co-authored-by: Andrea Leopardi <[email protected]>
1 parent 6200ea3 commit ab11729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/sentry.install.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if Code.ensure_loaded?(Igniter) do
7272
"prod.exs",
7373
app_name,
7474
[:environment_name],
75-
{:code, mix_env_code}
75+
{:code, quote(do: Mix.env())}
7676
)
7777
|> Igniter.Project.Config.configure(
7878
"prod.exs",

0 commit comments

Comments
 (0)