Skip to content

Commit

Permalink
fix vet
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Mar 19, 2024
1 parent 9c84f5e commit 2e334e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var cli struct {
Path string `arg:""`
Bucket string `help:"Remote bucket"`
Metadata bool `help:"Print only the JSON metadata."`
HeaderJson bool `help:Print a JSON representation of the header information.`
HeaderJson bool `help:"Print a JSON representation of the header information."`

Check warning on line 42 in main.go

View workflow job for this annotation

GitHub Actions / fmt_vet_lint

struct field HeaderJson should be HeaderJSON
Tilejson bool `help:"Print the TileJSON."`
PublicURL string `help:"Public base URL of tile endpoint for TileJSON e.g. https://example.com/tiles"`
} `cmd:"" help:"Inspect a local or remote archive."`
Expand Down

0 comments on commit 2e334e6

Please sign in to comment.