Update adminAdapters.js

This commit is contained in:
2018-11-14 12:29:04 +08:00
parent 77a6301fbf
commit 02acfaf2ee

View File

@@ -419,7 +419,7 @@ function Adapters(main) {
if (username) {
url = url.replace('https://','https://' +username + ':' + password + '@');
url = url.replace('https://','https://' +username + ':' + password + '@') + ' --production';
}
if (url.startsWith("http") && url.endsWith(".git")) url = "git+" + url;