forked from p34709852/monkey
Fix typo
This commit is contained in:
parent
768a103c0a
commit
5c7cc5117a
|
@ -31,7 +31,7 @@ pushd "${TEMP_MONGO}" || {
|
|||
exit 1
|
||||
}
|
||||
|
||||
if exists bash; then
|
||||
if exists wget; then
|
||||
wget ${tgz_url} -O mongodb.tgz
|
||||
else
|
||||
if exists curl; then
|
||||
|
|
Loading…
Reference in New Issue