We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 621f1cb + 9ec339f commit cff2489Copy full SHA for cff2489
build/build.fsx
@@ -42,7 +42,7 @@ Target "BuildApp" (fun _ ->
42
//from their interfaces
43
//!! "build/output/Nest/Nest.xml" |> Seq.iter(fun f -> PatchXmlDoc f)
44
45
- CopyFile "build/output/Elasticsearch.Net/init.ps1" "build/elasticsearch-init.ps1"
+ CopyFile "build/output/Elasticsearch.Net/install.ps1" "build/elasticsearch-init.ps1"
46
47
)
48
0 commit comments