Skip to content

Commit

Permalink
Fix incorrect var name in comments (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ripclawffb authored May 29, 2020
1 parent e5782d4 commit 8d8ce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USMT/Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Example:
This will include all PST files, anything that starts with Sample
and any files named Outlook.txt
$DefaultExcludeFiles = @("*.pst", "Sample*", "Outlook.txt") #>
$DefaultExtraFiles = @("*.pst", "Sample*", "Outlook.txt") #>
$DefaultExtraFiles = @()

<# Default extra file patterns to exclude (global)
Expand Down

0 comments on commit 8d8ce5f

Please sign in to comment.