Skip to content

Commit 49c6f11

Browse files
author
Farley
committed
prettier
1 parent 548c104 commit 49c6f11

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/pip.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,7 @@ function installRequirements(targetFolder, serverless, options) {
177177
);
178178
const windowsized = getBindPath(serverless, downloadCacheDir);
179179
// And now push it to a volume mount and to pip...
180-
cmdOptions.push(
181-
'-v',
182-
`"${windowsized}:${dockerDownloadCacheDir}:z"`
183-
);
180+
cmdOptions.push('-v', `"${windowsized}:${dockerDownloadCacheDir}:z"`);
184181
pipCmd.push('--cache-dir', dockerDownloadCacheDir);
185182
}
186183

0 commit comments

Comments
 (0)