Remove unnecessary Variable Initialization of 'wingetFullVersion'

Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
This commit is contained in:
Mr.k
2024-04-26 15:35:30 +03:00
committed by GitHub
parent fab91a6e3e
commit 1c4613aa99

View File

@ -21,7 +21,6 @@ function Test-WinUtilPackageManager {
if ($winget) { if ($winget) {
# Get Winget Version and Install it if not detected # Get Winget Version and Install it if not detected
$wingetVersionFull = ""
$wingetExists = $true $wingetExists = $true
try { try {
$wingetVersionFull = winget --version $wingetVersionFull = winget --version