sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Guide claims section is called print-schema instead of print_schema #63

Closed joeri closed 6 years ago

joeri commented 6 years ago

This leads to an error:

$ diesel print-schema 
unknown field `print-schema`, expected `print_schema`
joeri commented 6 years ago

There are still two sections left in the example files, both using [print-schema] instead of [print_schema]

sgrif commented 6 years ago

Fixed, thanks