Skip to content

Commit

Permalink
Update cmd/merge/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Dees <[email protected]>
  • Loading branch information
thisisaaronland and iandees authored Sep 22, 2024
1 parent 0301c3e commit 22420cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/merge/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func main() {
minZoom, err := metadata.MinZoom()

if err != nil {
log.Fatalf("Unable to min zoom for %s, %v", inputFilename, err)
log.Fatalf("Unable to derive min zoom for %s, %v", inputFilename, err)
}

maxZoom, err := metadata.MaxZoom()
Expand Down

0 comments on commit 22420cd

Please sign in to comment.