Skip to content

Commit

Permalink
Update winget-install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Feb 14, 2022
1 parent 3870c75 commit c9c41eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winget-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Used to specify logpath. Default is same folder as Winget-Autoupdate project
param(
[Parameter(Mandatory=$True,ParameterSetName="AppIDs")] [String[]] $AppIDs,
[Parameter(Mandatory=$False)] [Switch] $Uninstall,
[Parameter(Mandatory=$False)] [String] $LogPath = "$env:ProgramData\winget-update\logs"
[Parameter(Mandatory=$False)] [String] $LogPath = "$env:ProgramData\Winget-Install\logs"
)


Expand Down

0 comments on commit c9c41eb

Please sign in to comment.