Skip to content

Commit

Permalink
Clarify /rules/lib/builtins/repository_ctx description of default wor…
Browse files Browse the repository at this point in the history
…king_directory for execute()

Fixes bazelbuild#21897 per feedback from @meteorcloudy.
  • Loading branch information
dws committed Jun 10, 2024
1 parent f7c3184 commit a8262e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,8 @@ private static String profileArgsDesc(String method, List<String> args) {
named = true,
doc =
"Working directory for command execution.\n"
+ "Can be relative to the repository root or absolute."),
+ "Can be relative to the repository root or absolute.\n"
+ "The default is the repository root."),
})
public StarlarkExecutionResult execute(
Sequence<?> arguments, // <String> or <StarlarkPath> or <Label> expected
Expand Down

0 comments on commit a8262e9

Please sign in to comment.