Fix typo.

This commit is contained in:
André Cruz
2013-08-10 23:31:39 +01:00
parent fce93e16ae
commit 41a3903ac9

View File

@@ -20,7 +20,7 @@ function GitRemoteResolver(decEndpoint, config, logger) {
}
// Get the host of this source
if (!/\/\/:/.test(this._source)) {
if (!/:\/\//.test(this._source)) {
this._host = url.parse('ssh://' + this._source);
} else {
this._host = url.parse(this._source);