Skip to content

Commit

Permalink
Fixed: Get-RedstoneExeFileInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
VertigoRay committed Jan 20, 2023
1 parent 262b2c1 commit 352c040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSRedstone/Public/Get-RedstoneExeFileInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ function Get-RedstoneExeFileInfo {
$result = $Path
}
}
return ([IO.FileInfo] $result)
return ([IO.FileInfo] $result.Trim('"'))
}

0 comments on commit 352c040

Please sign in to comment.