From 33f8cdcd39140d9c1162fc8de39f74f97c3b0be9 Mon Sep 17 00:00:00 2001 From: Taylor Stine Date: Wed, 3 Feb 2016 07:44:23 -0500 Subject: [PATCH] updated regexr link for updated regex --- ExportAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExportAdapter.js b/ExportAdapter.js index 26ee17e8a6..830b41807d 100644 --- a/ExportAdapter.js +++ b/ExportAdapter.js @@ -34,7 +34,7 @@ ExportAdapter.prototype.connect = function() { return this.connectionPromise; } - //http://regexr.com/3cn6m + //http://regexr.com/3cncm if (!this.mongoURI.match(/^mongodb:\/\/((.+):(.+)@)?([^:@]+):{0,1}([^:]+)\/(.+?)$/gm)) { throw new Error("Invalid mongoURI: " + this.mongoURI) }