From a00dda31e582947ce8b78c68825981303245c54c Mon Sep 17 00:00:00 2001 From: bgSosh Date: Tue, 30 Apr 2013 12:53:51 +0300 Subject: [PATCH] Altered misleading sentence. Create the ``/etc/apt/sources.list.d/10gen.list`` file and include the following line for the 10gen repository. >> Create the ``/etc/apt/sources.list.d/10gen.list`` file and include a line for the 10gen repository with the following command: The original wording suggests that the following line should be added to the .list file, whereas the following line is actually a command to generate the .list file. --- source/tutorial/install-mongodb-on-debian.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-on-debian.txt b/source/tutorial/install-mongodb-on-debian.txt index d355d1038fb..b39936916b9 100644 --- a/source/tutorial/install-mongodb-on-debian.txt +++ b/source/tutorial/install-mongodb-on-debian.txt @@ -67,7 +67,7 @@ sign packages with GPG keys. Issue the following command to import the sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 Create the ``/etc/apt/sources.list.d/10gen.list`` file and include -the following line for the 10gen repository. +a line for the 10gen repository with the following command: .. code-block:: sh