summaryrefslogtreecommitdiffstats
path: root/src/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.go')
-rw-r--r--src/options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.go b/src/options.go
index 2962f4bb..b2d702d2 100644
--- a/src/options.go
+++ b/src/options.go
@@ -12,7 +12,7 @@ import (
"github.com/junegunn/fzf/src/tui"
"github.com/junegunn/fzf/src/util"
- "github.com/mattn/go-runewidth"
+ "github.com/junegunn/go-runewidth"
"github.com/mattn/go-shellwords"
)