Skip to content

Commit 0c99604

Browse files
Romanithogithub-actions[bot]
authored andcommitted
[MegaLinter] Apply linters automatic fixes
1 parent 4b6a0c4 commit 0c99604

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Sources/Policies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Please follow the comprehensive Microsoft documentation to import and manage the
2929

3030
- When using GPO or Intune policies, you need to enable `Activate WAU GPO Management` for the policies to work. This setting is not intuitive and should be part of any decommissioning considerations.
3131
- This project only supports the `en-US` ADML file.
32-
-
32+
-

Sources/Winget-AutoUpdate/Winget-Install.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ $scriptItem = Get-Item -LiteralPath $MyInvocation.MyCommand.Definition
5959
$realPath = if ($scriptItem.LinkType) {
6060
$targetPath = [System.IO.Path]::GetFullPath([System.IO.Path]::Combine($scriptItem.Directory.FullName, $scriptItem.Target))
6161
Split-Path -Parent $targetPath
62-
} else {
62+
}
63+
else {
6364
$scriptItem.DirectoryName
6465
}
6566

Sources/Winget-AutoUpdate/functions/Test-Mods.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Function to check if modification exists within 'mods' directory
22

3-
function Test-Mods ($app) {
3+
function Test-Mod ($app) {
44

55
#Takes care of a null situation
66
$ModsPreInstall = $null

0 commit comments

Comments
 (0)