Skip to content

Commit

Permalink
docs(common): Fix documentation for builder_describe_internal_dependency
Browse files Browse the repository at this point in the history
Fixes #9581.
  • Loading branch information
ermshiperete committed Sep 18, 2023
1 parent ae49013 commit 1e734a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/build/build-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ builder_describe_internal_dependency action:target depaction:deptarget ...

```bash
builder_describe_internal_dependency \
mac:build mac-x86_64:build \
mac:build mac-arm64:build
build:mac build:mac-x86_64 \
build:mac build:mac-arm64
```

**Note:** actions and targets must be fully specified, and this _must_ be called
Expand Down
4 changes: 2 additions & 2 deletions resources/builder.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,8 @@ _builder_define_default_internal_dep() {
# 2: depaction:deptarget The dependency action and target
# Example:
# builder_describe_internal_dependency \
# mac:build mac-x86_64:build \
# mac:build mac-arm64:build
# build:mac build:mac-x86_64 \
# build:mac build:mac-arm64
#
# Note: actions and targets must be fully specified, and this _must_
# be called before either builder_describe_outputs or builder_parse in
Expand Down

0 comments on commit 1e734a4

Please sign in to comment.