From fdd7eb3446092e00441830edf7a5cfb654903415 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Fri, 14 Jul 2017 16:51:10 -0700 Subject: [PATCH] Linting fix --- bin/lib/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lib/create.js b/bin/lib/create.js index f96b2781..fe076d8a 100755 --- a/bin/lib/create.js +++ b/bin/lib/create.js @@ -77,7 +77,7 @@ function copyJsAndLibrary (projectPath, shared, projectName, isLegacy) { // Don't fail if there are no old jars. exports.setShellFatal(false, function () { - shell.ls(path.join(projectPath, 'libs', 'cordova-*.jar')).forEach(function (oldJar) { + shell.ls(path.join(app_path, 'libs', 'cordova-*.jar')).forEach(function (oldJar) { console.log('Deleting ' + oldJar); shell.rm('-f', oldJar); });