Skip to content

Commit 3b3584b

Browse files
authored
Merge pull request #231 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents adee9ac + 48629a6 commit 3b3584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Applications/Push-UploadApplication.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function Push-UploadApplication {
2626
$intunewinFilesize = (Get-Item "AddMSPApp\$($ChocoApp.MSPAppName).intunewin")
2727
$Infile = "AddMSPApp\$($ChocoApp.MSPAppName).intunewin"
2828
} else {
29-
[xml]$Intunexml = Get-Content 'AddChocoApp\Choco.app.xml'
29+
[xml]$Intunexml = Get-Content 'AddChocoApp\Choco.App.xml'
3030
$intunewinFilesize = (Get-Item 'AddChocoApp\IntunePackage.intunewin')
3131
$Infile = "AddChocoApp\$($intunexml.ApplicationInfo.FileName)"
3232
}

0 commit comments

Comments
 (0)