Skip to content

Commit 8e32112

Browse files
author
bweigel
committed
revert previous commit
1 parent b1e1afa commit 8e32112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ function installRequirements(targetFolder, serverless, options) {
9494

9595
if (!options.dockerizePip) {
9696
// Push our local OS-specific paths for requirements and target directory
97-
pipCmd.push('-t', quote_single(targetFolder));
98-
pipCmd.push('-r', quote_single(targetRequirementsTxt));
97+
pipCmd.push('-t', dockerPathForWin(options, targetFolder));
98+
pipCmd.push('-r', dockerPathForWin(options, targetRequirementsTxt));
9999
// If we want a download cache...
100100
if (options.useDownloadCache) {
101101
const downloadCacheDir = path.join(

0 commit comments

Comments
 (0)