Skip to content

Commit 763b470

Browse files
authored
DOCSP-28153 fixed syntax for uninstall (#5253)
1 parent d6af6e5 commit 763b470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-uninstall-mongodb-on-debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source:
88
file: steps-uninstall-mongodb-on-linux.yaml
99
ref: remove-packages
1010
replacement:
11-
command: "sudo apt-get purge {+package-name-org+}*"
11+
command: sudo apt-get purge "{+package-name-org+}*"
1212
---
1313
stepnum: 3
1414
source:

0 commit comments

Comments
 (0)