Update adminAdapters.js
This commit is contained in:
@@ -419,7 +419,7 @@ function Adapters(main) {
|
|||||||
|
|
||||||
if (username) {
|
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;
|
if (url.startsWith("http") && url.endsWith(".git")) url = "git+" + url;
|
||||||
|
|||||||
Reference in New Issue
Block a user