Skip to content

Commit 28aacde

Browse files
committed
add note about path
1 parent cecb087 commit 28aacde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m365/image/run_container.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Foreach ($tenantConfig in $(Get-ChildItem 'input\')) {
7777
CertificateThumbPrint = $CertificateThumbPrint;
7878
AppID = if ($null -ne $Env:SECONDARY_APP_ID -and $org.EndsWith($Env:SECONDARY_APP_TLD)) {$Env:SECONDARY_APP_ID} else {$Env:APP_ID};
7979
Organization = $org;
80-
OutPath = "./reports/$($org)"; # The folder path where the output will be stored
80+
OutPath = "./reports/$($org)"; # ScubaGear 1.7.0 requires forward slashes
8181
OPAPath = "."
8282
ConfigFilePath = $tenantConfig.FullName
8383
Quiet = $true;

0 commit comments

Comments
 (0)