Skip to content

Commit bd25de8

Browse files
committed
update path again
1 parent 02b8532 commit bd25de8

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
@@ -96,7 +96,7 @@ let private generateApiChanges (arguments:ParseResults<Arguments>) =
9696
Path.Combine(output, f)
9797
let directory =
9898
match p with
99-
| "Elastic.VirtualizedCluster" -> $".artifacts/bin/%s{p}/bin/release"
99+
| "Elastic.Transport.VirtualizedCluster" -> $".artifacts/bin/%s{p}/bin/release"
100100
| _ -> $".artifacts/bin/%s{p}/bin/release_%s{Paths.MainTFM}"
101101

102102
let args =

0 commit comments

Comments
 (0)