Skip to content

Commit 9ec339f

Browse files
Possible fix for issue #639
1 parent 621f1cb commit 9ec339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/build.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Target "BuildApp" (fun _ ->
4242
//from their interfaces
4343
//!! "build/output/Nest/Nest.xml" |> Seq.iter(fun f -> PatchXmlDoc f)
4444

45-
CopyFile "build/output/Elasticsearch.Net/init.ps1" "build/elasticsearch-init.ps1"
45+
CopyFile "build/output/Elasticsearch.Net/install.ps1" "build/elasticsearch-init.ps1"
4646

4747
)
4848

0 commit comments

Comments
 (0)