Skip to content

Commit 3dfb02c

Browse files
committed
Merge branch 'mmainer/fix-broken-generation' of https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator into mmainer/fix-broken-generation
2 parents fb841ba + 9b0f791 commit 3dfb02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/git-push-cleanmetadata.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
if ($env:PublishChanges -eq $False)
1313
{
14-
Write-Host "Not publishing changes per the run parameter!" -ForegroundColor Red
14+
Write-Host "Not publishing changes per the run parameter!" -ForegroundColor Yellow
1515
return;
1616
}
1717

0 commit comments

Comments
 (0)