fixed import path issue

This commit is contained in:
Brad Rydzewski 2015-04-07 22:47:40 -07:00
parent 9e8aa205e4
commit 914807c67f

View file

@ -1,6 +1,6 @@
package eventbus
import "github.com/bradrydzewski/drone/common"
import "github.com/drone/drone/common"
type Event struct {
Build *common.Build