Skip to content

Commit 68aa8cb

Browse files
authored
remove emoji - fix signing issue on non-"en-US" locales (#543)
1 parent a737b26 commit 68aa8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function Say-Verbose($str) {
186186
function Measure-Action($name, $block) {
187187
$time = Measure-Command $block
188188
$totalSeconds = $time.TotalSeconds
189-
Say-Verbose "Action '$name' took $totalSeconds seconds"
189+
Say-Verbose "Action '$name' took $totalSeconds seconds"
190190
}
191191

192192
function Get-Remote-File-Size($zipUri) {

0 commit comments

Comments
 (0)