Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 7e1effe

Browse files
committed
fix build failure
1 parent b2b1743 commit 7e1effe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/scriptlib.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module Scripting =
6464
let getFilename (path: string) = Path.GetFileName path
6565
let getDirectoryName (path: string) = Path.GetDirectoryName path
6666

67-
let copyFile source dir =
67+
let copyFile (source: string) dir =
6868
let dest =
6969
if not (Directory.Exists dir) then Directory.CreateDirectory dir |>ignore
7070
let result = Path.Combine(dir, Path.GetFileName source)

0 commit comments

Comments
 (0)