Skip to content

Commit 98da69a

Browse files
🩹 [Patch]: Update log group names for consistency and clarity in Update-FontsData script
1 parent afba786 commit 98da69a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎scripts/Update-FontsData.ps1‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ LogGroup 'Checkout' {
5555
}
5656
}
5757

58-
LogGroup 'Latest Fonts' {
58+
LogGroup 'Getting latest fonts' {
5959
$fontList = Invoke-RestMethod -Uri "https://www.googleapis.com/webfonts/v1/webfonts?key=$env:GOOGLE_DEVELOPER_API_KEY"
6060
$fontFamilies = $fontList.items
6161
$fonts = @()
@@ -80,7 +80,7 @@ LogGroup 'Latest Fonts' {
8080

8181
$changes = Run git status --porcelain
8282
if ([string]::IsNullOrWhiteSpace($changes)) {
83-
Write-Output 'No changes detected.'
83+
Write-Output 'Nothing to update.'
8484
return
8585
}
8686
LogGroup 'Get changes' {

0 commit comments

Comments
 (0)