Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/sentry/sources.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Sentry.Sources do
The best way to ensure source code is up to date is to recompile Sentry
itself via `mix deps.compile sentry --force`. It's possible to create a Mix
Task alias in `mix.exs` to do this. The example below would allow one to
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
it has the newest source and then compile the project. The second `mix compile`
is required due to Mix only invoking the same task once in an alias.

Expand Down