From cab3542cbd0a52facd85fe92d5e8e92280515d33 Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sat, 13 Apr 2024 11:57:38 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'cmd/rqlite/history/paths.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/rqlite/history/paths.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {