summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vtysh/vtysh_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c
index a4985c423c..ca6c7798eb 100644
--- a/vtysh/vtysh_main.c
+++ b/vtysh/vtysh_main.c
@@ -527,7 +527,7 @@ int main(int argc, char **argv, char **env)
homedir = vtysh_get_home();
if (homedir) {
snprintf(history_file, sizeof(history_file),
- "%s/.history_quagga", homedir);
+ "%s/.history_frr", homedir);
if (read_history(history_file) != 0) {
int fp;