Skip to content

Commit 2ad7e8d

Browse files
committed
Update New-O365Object internal function
1 parent e2ee790 commit 2ad7e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/init/New-O365Object.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Function New-O365Object{
328328
('{0}/core/modules/monkeyhttpwebrequest' -f $ScriptPath),
329329
('{0}/core/modules/monkeyjob' -f $ScriptPath),
330330
('{0}/core/modules/monkeyutils' -f $ScriptPath),
331-
('{0}/core/api/m365/SharePointOnline/utils/enum.ps1' -f $ScriptPath)
331+
('{0}/core/api/m365/sharepointonline/utils/enum.ps1' -f $ScriptPath)
332332
('{0}/core/tasks/Initialize-MonkeyScan.ps1' -f $ScriptPath)
333333
)
334334
}

0 commit comments

Comments
 (0)