Skip to content

Commit 3c2a506

Browse files
authored
Merge pull request #3360 from WhoStoleMyNick/patch-1
Update steps-create-manually-windows-service-for-mongodb.yaml
2 parents bb9d2e3 + 9ea63ef commit 3c2a506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-create-manually-windows-service-for-mongodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ content: |
5757
.. code-block:: bat
5858
5959
sc.exe create MongoDB binPath= "\"C:\Program Files\MongoDB\Server\{+version+}\bin\mongod.exe\" ^
60-
--service --config=\"C:\Program Files\MongoDB\Server\{+version+}\mongod.cfg\""DisplayName= "MongoDB" start= "auto"
60+
--service --config=\"C:\Program Files\MongoDB\Server\{+version+}\mongod.cfg\"" DisplayName= "MongoDB" start= auto
6161
6262
.. note::
6363
``sc.exe`` requires a space between "``=`` " and the

0 commit comments

Comments
 (0)