From 02acfaf2eecbc706d20937b95141febfe2c2eb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 14 Nov 2018 12:29:04 +0800 Subject: [PATCH] Update adminAdapters.js --- src/js/adminAdapters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;