Skip to content

Commit

Permalink
[macOS] Fix typo for Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan committed Sep 20, 2024
1 parent e0a889a commit 4362a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images.CI/macos/anka/CreateCleanAnkaTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function Invoke-SoftwareUpdate {
switch -regex ($guestMacosVersion[1]) {
'12.\d' { $nextOSVersion = 'macOS Ventura|macOS Sonoma|macOS Sequoia' }
'13.\d' { $nextOSVersion = 'macOS Sonoma|macOS Sequoia' }
'14.\d' { $nextOSVersion = 'macOS Sequia' }
'14.\d' { $nextOSVersion = 'macOS Sequoia' }
}

Write-Host "`t[*] Fetching Software Updates ready to install on '$TemplateName' VM:"
Expand Down

0 comments on commit 4362a8f

Please sign in to comment.