Fix import location to local hook module #168
This commit is contained in:
parent
147c95dd8b
commit
7b065d0c9c
@ -12,7 +12,7 @@ import (
|
|||||||
"os/exec"
|
"os/exec"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/adnanh/webhook/hook"
|
"./hook"
|
||||||
|
|
||||||
"github.com/codegangsta/negroni"
|
"github.com/codegangsta/negroni"
|
||||||
"github.com/gorilla/mux"
|
"github.com/gorilla/mux"
|
||||||
|
Loading…
Reference in New Issue
Block a user