From e811ce4b4bdc6b58f2621a970e94ac62704b3c15 Mon Sep 17 00:00:00 2001 From: dfinke Date: Mon, 12 Sep 2016 16:10:18 -0400 Subject: [PATCH] Fixes #121 --- New-ConditionalText.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New-ConditionalText.ps1 b/New-ConditionalText.ps1 index 34666d2..a842245 100644 --- a/New-ConditionalText.ps1 +++ b/New-ConditionalText.ps1 @@ -15,7 +15,7 @@ function New-ConditionalText { "Today","Tomorrow","Yesterday", "DuplicateValues", "AboveOrEqualAverage","BelowAverage","AboveAverage", - "Top", "TopPercent","ContainsBlanks" + "Top", "TopPercent", "ContainsBlanks" )] $ConditionalType="ContainsText" )