Skip to content

Commit

Permalink
Update orbit/pkg/table/codesign/codesign_darwin.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Littman <iansltx@gmail.com>
  • Loading branch information
lucasmrod and iansltx authored Nov 15, 2024
1 parent 03d3926 commit c2078e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbit/pkg/table/codesign/codesign_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type parsedInfo struct {
}

func parseCodesignOutput(output []byte) parsedInfo {
const teamIdentifier = "TeamIdentifier="
const teamIdentifierPrefix = "TeamIdentifier="

scanner := bufio.NewScanner(bytes.NewReader(output))
var info parsedInfo
Expand Down

0 comments on commit c2078e8

Please sign in to comment.