Skip to content

Commit 00b6af6

Browse files
kunal732kay-kim
authored andcommitted
Took out --with-openssl option b/c doesn't exist
There is no available option `--with-openssl` . This is installed by default. Adding this option gives the user a warning during install.
1 parent 0853564 commit 00b6af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-install-mongodb-on-osx-with-homebrew.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ action:
2525
language: sh
2626
copyable: true
2727
code: |
28-
brew install mongodb --with-openssl
28+
brew install mongodb
2929
- heading: Install the Latest Development Release of MongoDB
3030
pre: |
3131
To install the latest development release for use in testing and

0 commit comments

Comments
 (0)