issue @283 fix

This commit is contained in:
Nitin Goyal
2018-11-26 18:44:54 +05:30
committed by GitHub
parent df7747bffc
commit bc4b84b450
+3 -1
View File
@@ -25,6 +25,8 @@ module.exports = {
const USER = encodeURIComponent(username);
const PASS = encodeURIComponent(pass);
repo = repo.replace(/^(?:https?:\/\/)?/i, '');
const remote = `https://${USER}:${PASS}@${repo}`;
@@ -49,4 +51,4 @@ module.exports = {
})
}
};
};