Skip to content

Commit

Permalink
Return empty string when no BUILD file is available in our workspace (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mering authored Aug 23, 2024
1 parent 19c62d9 commit 3488089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func InterpretLabelForWorkspaceLocation(root, target string) (buildFile, repo, p
return buildFile, repo, pkg, rule
}
}
// TODO(rodrigoq): report error for other repos
return "", repo, pkg, rule
}

defaultBuildFileName := "BUILD"
Expand Down

0 comments on commit 3488089

Please sign in to comment.