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/ad40d334 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/ad40d334 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/ad40d334 Branch: refs/heads/master Commit: ad40d33400ce3309f6c0da0fb24c58cbcb39eef9 Parents: 5017e23 Author: Joe Bowser <[email protected]> Authored: Mon Nov 21 16:36:20 2016 -0800 Committer: Joe Bowser <[email protected]> Committed: Mon Nov 21 16:36:20 2016 -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/ad40d334/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: [email protected] For additional commands, e-mail: [email protected]
