Skip to content

Commit

Permalink
update Self.Errbit repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Aug 5, 2014
1 parent a5adf0b commit b7fc86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/overrides/airbrake/airbrake.rb
Expand Up @@ -9,7 +9,7 @@ def send_notice(notice)
# Log the error internally if we are not in a development environment.
if configuration.public?
app = App.find_or_initialize_by name: "Self.Errbit"
app.repo_url = "https://github.com/errbit/errbit"
app.repo_url = "https://github.com/Undev/errbit"
app.save!
notice.instance_variable_set(:"@api_key", app.api_key)

Expand Down

0 comments on commit b7fc86a

Please sign in to comment.