EmbarkStudios / cargo-about

📜 Cargo plugin to generate list of all licenses for a crate 🦀
http://embark.rs
Apache License 2.0
551 stars 32 forks source link

Docs incorrectly list override-git-commit instead of override_git_commit #239

Closed akonradi-signal closed 11 months ago

akonradi-signal commented 11 months ago

Describe the bug The documentation says that override-git-commit: [hash] can be used in about.toml to override the commit used to find the license file. That's not correct; the field is called `override_git_commit.

Jake-Shadle commented 11 months ago

The docs are correct, the code was not, the field is now renamed to be what it was supposed to be, thanks for raising this issue.