Skip to content

Commit aa6ee18

Browse files
app upload changes
1 parent 37fbe84 commit aa6ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Endpoint/Applications/Invoke-ExecAppUpload.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function Invoke-ExecAppUpload {
2020
}
2121
$ProcessorQueue = Get-CIPPTable -TableName 'ProcessorQueue'
2222
Add-AzDataTableEntity @ProcessorQueue -Entity $ProcessorFunction -Force
23-
$Results = [pscustomobject]@{'Results' = 'Queueing application upload' }
23+
$Results = [pscustomobject]@{'Results' = 'Application upload job has started. Please check back in 15 minutes or track the logbook for results.' }
2424
}
2525
} else {
2626
try {

0 commit comments

Comments
 (0)