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