Skip to content

Commit ffd2b40

Browse files
Merge pull request #113 from LewisJEllis/patch-1
Add missing comma to docs index
2 parents 048836c + d692850 commit ffd2b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Setup the application production environment in your ``config/prod.exs``
3636
3737
config :sentry,
3838
dsn: "https://public:[email protected]/1",
39-
environment_name: :prod
39+
environment_name: :prod,
4040
tags: %{
4141
env: "production"
4242
},

0 commit comments

Comments
 (0)