fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
62 stars 34 forks source link

docs(howto): fix config file names #550

Closed PLangowski closed 1 year ago

PLangowski commented 1 year ago

The configuration file names in HOWTO.md are inconsistent. Both the "_" and "-" syntax is used. This commit changes all occurences of the file names to the "-" syntax.

7flying commented 1 year ago

@PLangowski the commit linter is complaining about the commit message, the f in Fix must be underscore at the commit subject: docs(HOWTO.md): Fix config file names

PLangowski commented 1 year ago

@7flying I changed the commit message and checked it against my local commit linter (default config that checks against Conventional Commits) and now it passed :).