From 06a996e6524773e9db28b07534d7d524d578cf7b Mon Sep 17 00:00:00 2001 From: Evan Siroky Date: Fri, 29 Dec 2023 02:22:58 -0800 Subject: [PATCH] Fix some linting errors --- index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.js b/index.js index 9cb3dcf..dab0199 100644 --- a/index.js +++ b/index.js @@ -1543,16 +1543,16 @@ function assembleAndZipInputData (callback) { [ // downloads cb => fs.cp( - downloadsDir, - path.join(tempInputFilesDir, 'downloads'), - { recursive: true }, + downloadsDir, + path.join(tempInputFilesDir, 'downloads'), + { recursive: true }, cb ), // cache cb => fs.cp( - cacheDir, - path.join(tempInputFilesDir, 'cache'), - { recursive: true }, + cacheDir, + path.join(tempInputFilesDir, 'cache'), + { recursive: true }, cb ), // etc single files (assumes cwd is repo root)