diff --git a/cmd/rqlite/history/paths.go b/cmd/rqlite/history/paths.go index 4fc6adc2..aa8d80a9 100644 --- a/cmd/rqlite/history/paths.go +++ b/cmd/rqlite/history/paths.go @@ -5,7 +5,7 @@ import ( "path/filepath" ) -const historyFile = ".rqlite_history" +const historyFile = ".fluidb_history" // Path returns the full path to the history file. func Path() (string, error) {