Commit 8ac865d4 by James Cropcho

Corrected URL typo generously found by Tomas Dvorak

parent c277c788
...@@ -43,7 +43,7 @@ var collNames = db.getCollectionNames().join(", "); ...@@ -43,7 +43,7 @@ var collNames = db.getCollectionNames().join(", ");
if (typeof collection === "undefined") { if (typeof collection === "undefined") {
throw "You have to supply a 'collection' variable, à la --eval 'var collection = \"animals\"'.\n"+ throw "You have to supply a 'collection' variable, à la --eval 'var collection = \"animals\"'.\n"+
"Possible collection options for database specified: " + collNames + ".\n"+ "Possible collection options for database specified: " + collNames + ".\n"+
"Please see https://github.com/JamesCropcho/variety for details."; "Please see https://github.com/variety/variety for details.";
} }
if (db[collection].count() === 0) { if (db[collection].count() === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment