Skip to content

Commit 683a033

Browse files
committed
Merge pull request #1027 from JonCanning/patch-1
Wrap OutputPath in quotes
2 parents 1de1e28 + da3fe33 commit 683a033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/FakeLib/PaketHelper.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ let Pack setParams =
7676
(fun info ->
7777
info.FileName <- parameters.ToolPath
7878
info.WorkingDirectory <- parameters.WorkingDir
79-
info.Arguments <- sprintf "pack output %s %s" parameters.OutputPath cmdArgs) parameters.TimeOut
79+
info.Arguments <- sprintf "pack output \"%s\" %s" parameters.OutputPath cmdArgs) parameters.TimeOut
8080

8181
if packResult <> 0 then failwithf "Error during packing %s." parameters.WorkingDir
8282
traceEndTask "PaketPack" parameters.WorkingDir

0 commit comments

Comments
 (0)