Skip to content

Commit

Permalink
Fix: Remove duplicate $PSDefaultParameterValues
Browse files Browse the repository at this point in the history
This change does not change any functionality. The duplicate line was accidentally added in #26
  • Loading branch information
leojonathanoh committed Jul 30, 2021
1 parent 8f8eba5 commit 64e0b19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ConvertOneNote2MarkDown-v2.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# fix encoding problems for languages other than English
$PSDefaultParameterValues['*:Encoding'] = 'utf8'

Function Remove-InvalidFileNameChars {
param(
[Parameter(Mandatory = $true,
Expand Down

0 comments on commit 64e0b19

Please sign in to comment.