mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-04 20:23:52 -05:00
Remove unnecessary Variable Initialization of 'wingetFullVersion'
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
This commit is contained in:
@ -21,7 +21,6 @@ function Test-WinUtilPackageManager {
|
||||
|
||||
if ($winget) {
|
||||
# Get Winget Version and Install it if not detected
|
||||
$wingetVersionFull = ""
|
||||
$wingetExists = $true
|
||||
try {
|
||||
$wingetVersionFull = winget --version
|
||||
|
Reference in New Issue
Block a user