Skip to content

Commit

Permalink
(doc) update messaging on runtime virus check
Browse files Browse the repository at this point in the history
Clean up the wording a bit to indicate this is "runtime" virus checking.
  • Loading branch information
ferventcoder committed Aug 1, 2016
1 parent 5379872 commit 94fcbc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ param(
[parameter(Mandatory=$false, Position=1)][string] $file = '',
[parameter(ValueFromRemainingArguments = $true)][Object[]] $ignoredArguments
)
Write-Debug "No virus checking built into FOSS Chocolatey. Check out Pro or Business if you need this. https://chocolatey.org/compare"
Write-Debug "No runtime virus checking built into FOSS Chocolatey. Check out Pro/Business - https://chocolatey.org/compare"
}

0 comments on commit 94fcbc5

Please sign in to comment.