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 2017/01/04 01:22:17 UTC

[2/4] android commit: Need to pass lint

Need to pass lint


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

Branch: refs/heads/6.1.x
Commit: a87eb7266f4099946508149d4d7a7246c318abde
Parents: c2ddd2d
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Nov 21 16:36:20 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 3 17:21:05 2017 -0800

----------------------------------------------------------------------
 bin/templates/cordova/lib/AndroidProject.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/a87eb726/bin/templates/cordova/lib/AndroidProject.js
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/lib/AndroidProject.js b/bin/templates/cordova/lib/AndroidProject.js
index c55ee6c..fa1c612 100644
--- a/bin/templates/cordova/lib/AndroidProject.js
+++ b/bin/templates/cordova/lib/AndroidProject.js
@@ -202,7 +202,7 @@ AndroidProject.prototype.getUninstaller = function (type) {
  */
 
 AndroidProject.prototype.isClean = function() {
-    var build_path = path.join(this.projectDir, "build");
+    var build_path = path.join(this.projectDir, 'build');
     //If the build directory doesn't exist, it's clean
     return !(fs.existsSync(build_path));
 };


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org