Skip to content

Commit

Permalink
fixed a variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptingosx committed Jun 23, 2021
1 parent 99145f8 commit 652fe29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FetchInstallerPkg/Model/MetaInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct MetaInfo: Codable {
var info: String? {
return installAssistantPackageIdentifiers?["Info"]
}
var updateBran: String? {
var updateBrain: String? {
return installAssistantPackageIdentifiers?["UpdateBrain"]
}
var buildManifest: String? {
Expand Down

0 comments on commit 652fe29

Please sign in to comment.