Skip to content

Commit

Permalink
fix character encoding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
clr2of8 authored Dec 28, 2023
1 parent ee5746d commit 1b73ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-atomicsfolder.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Install-AtomicsFolder {
function Install-AtomicsFolder {

<#
.SYNOPSIS
Expand Down Expand Up @@ -141,4 +141,4 @@
Write-Error "Installation of the AtomicsFolder Failed."
Write-Host $_.Exception.Message`n
}
}
}

0 comments on commit 1b73ca6

Please sign in to comment.