From 03d3926b579e66b4b08797851360250508c85978 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Fri, 15 Nov 2024 12:52:00 -0300 Subject: [PATCH] Update orbit/pkg/table/codesign/codesign_darwin.go Co-authored-by: Tim Lee --- orbit/pkg/table/codesign/codesign_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbit/pkg/table/codesign/codesign_darwin.go b/orbit/pkg/table/codesign/codesign_darwin.go index 20a545f20cbd..8d1e8a364fbc 100644 --- a/orbit/pkg/table/codesign/codesign_darwin.go +++ b/orbit/pkg/table/codesign/codesign_darwin.go @@ -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".