Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/laidig/gtfs-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
laidig committed Jan 27, 2017
2 parents 51a787a + b45cdd0 commit 57a1fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ValidatorMain {
public static void main(String[] args) {
if (args.length != 1) {
System.err.println("Usage: gtfs-validator /path/to/gtfs.zip");
return;
System.exit(-1);
}

// disable logging; we don't need log messages from the validator printed to the console
Expand Down

0 comments on commit 57a1fd8

Please sign in to comment.