Skip to content

Commit

Permalink
fix panic on unimplemented command [#50]
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Apr 25, 2023
1 parent 732416c commit c4f9d44
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 @@ -158,7 +158,7 @@ func main() {
if err != nil {
logger.Fatalf("Failed to upload file, %v", err)
}
case "verify <path>":
case "verify <input>":
logger.Fatalf("This command is not yet implemented.")
case "version":
fmt.Printf("pmtiles %s, commit %s, built at %s\n", version, commit, date)
Expand Down

0 comments on commit c4f9d44

Please sign in to comment.