You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/09/22 23:22:18 UTC

[6/7] cordova-lib git commit: Unifying quotes

Unifying quotes


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/51355f71
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/51355f71
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/51355f71

Branch: refs/heads/master
Commit: 51355f71ca5ff54e727df13a5ab468c4988c0e2b
Parents: 6a6821f
Author: Anis Kadri <an...@apache.org>
Authored: Fri Sep 16 15:35:41 2016 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 16 15:35:41 2016 -0700

----------------------------------------------------------------------
 cordova-common/src/ConfigChanges/ConfigFile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/51355f71/cordova-common/src/ConfigChanges/ConfigFile.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/ConfigChanges/ConfigFile.js b/cordova-common/src/ConfigChanges/ConfigFile.js
index 5170581..0fe275d 100644
--- a/cordova-common/src/ConfigChanges/ConfigFile.js
+++ b/cordova-common/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