diff --git a/src/js/adminAdapters.js b/src/js/adminAdapters.js index 87cdf45..0ebe5f8 100644 --- a/src/js/adminAdapters.js +++ b/src/js/adminAdapters.js @@ -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;