Skip to content

Commit c89ee8a

Browse files
authored
wraps server in quotes (#1421)
1 parent b011dac commit c89ee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-log-rotate-rename.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pre: |
3030
action:
3131
language: sh
3232
code: |
33-
db.adminCommand( { logRotate : server } )
33+
db.adminCommand( { logRotate : "server" } )
3434
post: |
3535
If :doc:`auditing </core/auditing>` is enabled, you can specify ``1``
3636
to ``logRotate`` (instead of ``server``) to rotate both the server

0 commit comments

Comments
 (0)