Skip to content

Commit

Permalink
docs(bazel): Quote a file name in fluent text
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Aug 10, 2024
1 parent df82c97 commit 742b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/package-managers/bazel/src/main/kotlin/Bazel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Bazel(
val depDirectives = moduleMetadata.dependencies.associateBy { "${it.name}@${it.version}" }
val scopes = getDependencyGraph(projectDir, depDirectives)

// If no lockfile is present, getDependencyGraph() runs "bazel mod graph", which creates a MODULE.bazel.lock
// If no lockfile is present, getDependencyGraph() runs "bazel mod graph", which creates a "MODULE.bazel.lock"
// file as a side effect. That file contains the URL of the Bazel module registry that was used for dependency
// resolution.
val registry = determineRegistry(parseLockfile(lockfile), projectDir)
Expand Down

0 comments on commit 742b393

Please sign in to comment.