Skip to content

Commit fd125c9

Browse files
rjmholtdaxian-dbw
authored andcommitted
Fix pipeline chain experimental feature name (#10825)
1 parent 2a518fc commit fd125c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static ExperimentalFeature()
125125
name: "PSCoalescingOperators",
126126
description: "Support the null coalescing operator and null coalescing assignment operator in PowerShell language"),
127127
new ExperimentalFeature(
128-
name: "PSBashCommandOperators",
128+
name: "PSPipelineChainOperators",
129129
description: "Allow use of && and || as operators between pipeline invocations"),
130130
};
131131
EngineExperimentalFeatures = new ReadOnlyCollection<ExperimentalFeature>(engineFeatures);

0 commit comments

Comments
 (0)