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 22420cd commit 9c01777
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 @@ -79,7 +79,7 @@ func main() {
maxZoom, err := metadata.MaxZoom()

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

outputMinZoom = min(outputMinZoom, minZoom)
Expand Down

0 comments on commit 9c01777

Please sign in to comment.