Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request sirupsen#266 from apriendeau/patch-1
Browse files Browse the repository at this point in the history
Fixes breaking change with removing airbrake.
  • Loading branch information
sirupsen committed Oct 6, 2015
2 parents d7f2354 + 457a009 commit 8ae9297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hook/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus/hooks/airbrake"
"github.com/gemnasium/logrus-airbrake-hook"
)

var log = logrus.New()
Expand Down

0 comments on commit 8ae9297

Please sign in to comment.