We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e104e commit 29c486dCopy full SHA for 29c486d
lib/sentry/sources.ex
@@ -42,7 +42,7 @@ defmodule Sentry.Sources do
42
The best way to ensure source code is up to date is to recompile Sentry
43
itself via `mix deps.compile sentry --force`. It's possible to create a Mix
44
Task alias in `mix.exs` to do this. The example below would allow one to
45
- run `mix.sentry_recompile && mix compile` which will force recompilation of Sentry so
+ run `mix sentry_recompile && mix compile` which will force recompilation of Sentry so
46
it has the newest source and then compile the project. The second `mix compile`
47
is required due to Mix only invoking the same task once in an alias.
48
0 commit comments