We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ee790 commit 2ad7e8dCopy full SHA for 2ad7e8d
1 file changed
core/init/New-O365Object.ps1
@@ -328,7 +328,7 @@ Function New-O365Object{
328
('{0}/core/modules/monkeyhttpwebrequest' -f $ScriptPath),
329
('{0}/core/modules/monkeyjob' -f $ScriptPath),
330
('{0}/core/modules/monkeyutils' -f $ScriptPath),
331
- ('{0}/core/api/m365/SharePointOnline/utils/enum.ps1' -f $ScriptPath)
+ ('{0}/core/api/m365/sharepointonline/utils/enum.ps1' -f $ScriptPath)
332
('{0}/core/tasks/Initialize-MonkeyScan.ps1' -f $ScriptPath)
333
)
334
}
0 commit comments