Skip to content

Commit

Permalink
cli: Revert accidental history path change
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Sep 12, 2021
1 parent 9797cdc commit 5c8fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (o *standardOS) Readline(prompt string, complete func(line string, pos int)
if err != nil {
return "", err
}
historyFile = filepath.Join(cacheDir, "github.com/wader/fq/history")
historyFile = filepath.Join(cacheDir, "fq/history")
_ = os.MkdirAll(filepath.Dir(historyFile), 0700)

o.rl, err = readline.NewEx(&readline.Config{
Expand Down

0 comments on commit 5c8fb5f

Please sign in to comment.