Skip to content

Commit

Permalink
Update pkg/autoupdate/tuf/ci/tuf_server.go
Browse files Browse the repository at this point in the history
Co-authored-by: seph <seph@kolide.co>
  • Loading branch information
RebeccaMahany and directionless authored Oct 12, 2023
1 parent 4b577a2 commit 14c7c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/autoupdate/tuf/ci/tuf_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func compress(t *testing.T, outFileName string, outFileDir string, targetDir str
appBundleName = "osquery.app"
}
srcFilePath = filepath.Join(appBundleName, "Contents", "MacOS", binary)

Check failure on line 172 in pkg/autoupdate/tuf/ci/tuf_server.go

View workflow job for this annotation

GitHub Actions / lint (macos-latest)

File is not `gofmt`-ed (gofmt)

Check failure on line 172 in pkg/autoupdate/tuf/ci/tuf_server.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

File is not `gofmt`-ed (gofmt)

// Create directory structure for app bundle
for _, path := range []string{appBundleName, fmt.Sprintf("%s/Contents", appBundleName), fmt.Sprintf("%s/Contents/MacOS", appBundleName)} {
Expand Down

0 comments on commit 14c7c89

Please sign in to comment.