diff options
Diffstat (limited to 'query/parser.go')
-rw-r--r-- | query/parser.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/query/parser.go b/query/parser.go index 03b36c0d..722045f5 100644 --- a/query/parser.go +++ b/query/parser.go @@ -3,7 +3,7 @@ package query import ( "fmt" - "github.com/MichaelMure/git-bug/entities/common" + "github.com/git-bug/git-bug/entities/common" ) // Parse parse a query DSL |