Skip to content

Commit

Permalink
bike->bicycle vehicle type
Browse files Browse the repository at this point in the history
  • Loading branch information
morganherlocker committed Jan 23, 2020
1 parent 33caf38 commit b762e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (config.geographicFilter) {
if (
config.vehicleFilter &&
(config.vehicleFilter !== "car" &&
config.vehicleFilter !== "bike" &&
config.vehicleFilter !== "bicycle" &&
config.vehicleFilter !== "scooter")
) {
throw new Error("detected invalid vehicle filter");
Expand Down

0 comments on commit b762e5c

Please sign in to comment.