From 383d87bda64b65fcd1e6313b032c53c59f28a87f Mon Sep 17 00:00:00 2001 From: Garrett Maring Date: Fri, 4 Dec 2015 22:18:12 -0800 Subject: [PATCH] EDITOR variable value changed to String --- source/faq/mongo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/faq/mongo.txt b/source/faq/mongo.txt index 8abda6bf7d7..1928640f6e0 100644 --- a/source/faq/mongo.txt +++ b/source/faq/mongo.txt @@ -133,7 +133,7 @@ edit with the specified editor by typing ``edit `` or ``edit .. code-block:: sh - EDITOR=vim + EDITOR="vim" #. Start the :program:`mongo` shell: