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: Tim Lee <timlee@fleetdm.com>
  • Loading branch information
lucasmrod and mostlikelee authored Nov 15, 2024
1 parent e6a2c5b commit 03d3926
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 @@ -20,7 +20,7 @@ import (
// Columns is the schema of the table.
func Columns() []table.ColumnDefinition {
return []table.ColumnDefinition{
// path is the absolute path to the app folder.
// path is the absolute path to the app bundle.
// It's required and only supports the equality operator.
table.TextColumn("path"),
// team_identifier is the "Team ID", aka "Signature ID", "Developer ID".
Expand Down

0 comments on commit 03d3926

Please sign in to comment.