Skip to content

Commit faa656f

Browse files
Clarify stale org cleanup log with checked candidate names
1 parent c5551d0 commit faa656f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Organizations.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Describe 'Organizations' {
122122
}
123123
}
124124
} else {
125-
Write-Host "No stale orgs found matching prefix: $orgPrefix*"
125+
Write-Host "No stale orgs found among candidates: $($orgNamesToCheck -join ', ')"
126126
}
127127
}
128128
}

0 commit comments

Comments
 (0)