Skip to content

Commit

Permalink
Fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-torok committed Oct 4, 2024
1 parent 8766a1f commit 8a59899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class GetImpactedTargetsCommand : Callable<Int> {
"Incorrect final hashes: file doesn't exist or can't be read."
)
}
if (depsFile != null && !depsFile.canRead()) {
if (depsMappingJSONPath != null && !depsMappingJSONPath!!.canRead()) {
throw CommandLine.ParameterException(
spec.commandLine(),
"Incorrect dep edges file: file doesn't exist or can't be read."
Expand Down

0 comments on commit 8a59899

Please sign in to comment.