Skip to content

Commit e4cb68c

Browse files
authored
DOCSP-28153 fixed syntax for uninstall (#5253) (#5266)
1 parent 52ab33e commit e4cb68c

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)