1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-29 18:04:15 +02:00

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