We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/about.toml
1 parent 52469c5 commit 61babeaCopy full SHA for 61babea
.github/workflows/_test.yml
@@ -81,6 +81,6 @@ jobs:
81
cargo about generate about.hbs > /dev/null
82
status=$?
83
if [ $status -ne 0 ]; then
84
- echo "::error::Third-party notices validation failed. Please update `/about.toml` and rerun."
+ echo "::error::Third-party notices validation failed. Please update /about.toml and rerun."
85
exit $status
86
fi
0 commit comments