Skip to content

Commit

Permalink
docs(website): Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Sep 27, 2024
1 parent b4922ec commit b3e9ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tools/analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It is the only mandatory tool to run from ORT as its output is the input for all
Analysis works by querying the detected package managers; **no modifications** to your existing project source code, like applying build system plugins, are necessary for that to work if the following preconditions are met:

* All projects use one of the package managers listed below in a reasonably recent version, and they are configured according to common best practices.
* All projects can be built in a single step out-of-the-box, without any custom confguration being set, like build system properties or environment variables.
* All projects can be built in a single step out-of-the-box, without any custom configuration being set, like build system properties or environment variables.

The tree of transitive dependencies per project is written out as part of an [OrtResult](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/OrtResult.kt) in YAML (or JSON, see `-f`) format to a file named `analyzer-result.yml` in the specified output directory (`-o`).
The output file exactly documents the status quo of all package-related metadata.
Expand Down

0 comments on commit b3e9ddb

Please sign in to comment.