diff options
Diffstat (limited to 'termui/help_bar.go')
-rw-r--r-- | termui/help_bar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termui/help_bar.go b/termui/help_bar.go index 9fc7c152..f5222ea4 100644 --- a/termui/help_bar.go +++ b/termui/help_bar.go @@ -6,7 +6,7 @@ import ( text "github.com/MichaelMure/go-term-text" - "github.com/MichaelMure/git-bug/util/colors" + "github.com/git-bug/git-bug/util/colors" ) type helpBar []struct { |