Skip to content

Commit 7484ccf

Browse files
committed
remove unnecessary quoting
1 parent b8d3c7d commit 7484ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Targets.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ open ProcNet
1414

1515

1616
let exec binary args =
17-
Proc.Exec (binary, args |> List.map (fun a -> sprintf "\"%s\"" a) |> List.toArray)
17+
Proc.Exec (binary, args |> List.toArray)
1818

1919
let private restoreTools = lazy(exec "dotnet" ["tool"; "restore"])
2020
let private currentVersion =

0 commit comments

Comments
 (0)