Skip to content

Commit 6b65ab4

Browse files
author
Shlomi Noach
authored
Merge pull request #211 from github/fix-path
fixed import path
2 parents 176aabe + 1c3699c commit 6b65ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/hooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"path/filepath"
1414

1515
"github.com/github/gh-ost/go/base"
16-
"github.com/openark/golib/log"
16+
"github.com/outbrain/golib/log"
1717
)
1818

1919
const (

0 commit comments

Comments
 (0)