Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 652fe29

Browse files
committed
fixed a variable typo
1 parent 99145f8 commit 652fe29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FetchInstallerPkg/Model/MetaInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct MetaInfo: Codable {
2222
var info: String? {
2323
return installAssistantPackageIdentifiers?["Info"]
2424
}
25-
var updateBran: String? {
25+
var updateBrain: String? {
2626
return installAssistantPackageIdentifiers?["UpdateBrain"]
2727
}
2828
var buildManifest: String? {

0 commit comments

Comments
 (0)