Skip to content

Commit 462385a

Browse files
1 parent d50b7f8 commit 462385a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function installRequirements(targetFolder, serverless, options) {
274274
* @return {string}
275275
*/
276276
function dockerPathForWin(options, path) {
277-
if (process.platform === 'win32' && options.dockerizePip) {
277+
if (process.platform === 'win32') {
278278
return path.replace(/\\/g, '/');
279279
}
280280
return quote_single(path);

0 commit comments

Comments
 (0)