Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D59FB200CC2 for ; Tue, 6 Jun 2017 06:59:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D4A54160BEE; Tue, 6 Jun 2017 04:59:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 56041160BE8 for ; Tue, 6 Jun 2017 06:59:31 +0200 (CEST) Received: (qmail 53053 invoked by uid 500); 6 Jun 2017 04:59:30 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 52533 invoked by uid 99); 6 Jun 2017 04:59:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2017 04:59:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8FF28E04F2; Tue, 6 Jun 2017 04:59:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Tue, 06 Jun 2017 04:59:33 -0000 Message-Id: <06946c6dbbf44662b6fdfb6abbaad780@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/50] [abbrv] cordova-common git commit: Unifying quotes archived-at: Tue, 06 Jun 2017 04:59:32 -0000 Unifying quotes Project: http://git-wip-us.apache.org/repos/asf/cordova-common/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-common/commit/4ab1f3ad Tree: http://git-wip-us.apache.org/repos/asf/cordova-common/tree/4ab1f3ad Diff: http://git-wip-us.apache.org/repos/asf/cordova-common/diff/4ab1f3ad Branch: refs/heads/master Commit: 4ab1f3ad333175b4188b65074c5b5063ceff8394 Parents: f11e4cf Author: Anis Kadri Authored: Fri Sep 16 15:35:41 2016 -0700 Committer: Anis Kadri Committed: Fri Sep 16 15:35:41 2016 -0700 ---------------------------------------------------------------------- src/ConfigChanges/ConfigFile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-common/blob/4ab1f3ad/src/ConfigChanges/ConfigFile.js ---------------------------------------------------------------------- diff --git a/src/ConfigChanges/ConfigFile.js b/src/ConfigChanges/ConfigFile.js index 5170581..0fe275d 100644 --- a/src/ConfigChanges/ConfigFile.js +++ b/src/ConfigChanges/ConfigFile.js @@ -194,7 +194,7 @@ function resolveConfigFilePath(project_dir, platform, file) { } // FIXME android studio - if(platform === "android" && !fs.existsSync(filepath)) { + if(platform === 'android' && !fs.existsSync(filepath)) { filepath = path.join(project_dir, 'app', 'src', 'main', 'res', 'xml', 'config.xml'); } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org