Skip to content

Commit

Permalink
scripts: fixed import error in main.go
Browse files Browse the repository at this point in the history
fixed import error in main.go
  • Loading branch information
sids-b committed Jan 16, 2019
1 parent 8d0a534 commit 8f45bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"strconv"

"github-robot/handlers"
"ci-bot/handlers"

"github.com/golang/glog"
"github.com/google/go-github/github"
Expand Down

0 comments on commit 8f45bcf

Please sign in to comment.