Skip to content

Commit

Permalink
Fix pipeline chain experimental feature name (#10825)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt authored and daxian-dbw committed Oct 18, 2019
1 parent 2a518fc commit fd125c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static ExperimentalFeature()
name: "PSCoalescingOperators",
description: "Support the null coalescing operator and null coalescing assignment operator in PowerShell language"),
new ExperimentalFeature(
name: "PSBashCommandOperators",
name: "PSPipelineChainOperators",
description: "Allow use of && and || as operators between pipeline invocations"),
};
EngineExperimentalFeatures = new ReadOnlyCollection<ExperimentalFeature>(engineFeatures);
Expand Down

0 comments on commit fd125c9

Please sign in to comment.