fixed import path issue
This commit is contained in:
parent
9e8aa205e4
commit
914807c67f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
package eventbus
|
package eventbus
|
||||||
|
|
||||||
import "github.com/bradrydzewski/drone/common"
|
import "github.com/drone/drone/common"
|
||||||
|
|
||||||
type Event struct {
|
type Event struct {
|
||||||
Build *common.Build
|
Build *common.Build
|
||||||
|
|
Loading…
Reference in a new issue