Skip to content

Commit

Permalink
chore(bazel): Consistently refer to lockfile as single word
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 Jul 1, 2024
1 parent 0ddc883 commit dc12ef2
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 @@ -92,7 +92,7 @@ class Bazel(
val depDirectives = moduleMetadata.dependencies.associateBy { "${it.name}@${it.version}" }
val scopes = getDependencyGraph(projectDir, depDirectives)

// If no lock file 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 registryUrl = parseLockfile(lockfile).registryUrl()
Expand Down

0 comments on commit dc12ef2

Please sign in to comment.