Skip to content

Commit

Permalink
Better ScriptSection naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan Popovici committed Feb 2, 2018
1 parent c844e01 commit 40911a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Internal/Function Write-Log.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Function Write-Log {
[string]$Source = '',
[Parameter(Mandatory=$false,Position=3)]
[ValidateNotNullorEmpty()]
[string]$ScriptSection = 'N/A',
[string]$ScriptSection = 'Module',
[Parameter(Mandatory=$false,Position=4)]
[ValidateSet('CMTrace','Legacy')]
[string]$LogType = 'Legacy',
Expand Down

0 comments on commit 40911a9

Please sign in to comment.