Skip to content

Commit 1e734a4

Browse files
committed
docs(common): Fix documentation for builder_describe_internal_dependency
Fixes #9581.
1 parent ae49013 commit 1e734a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/build/build-utils.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ builder_describe_internal_dependency action:target depaction:deptarget ...
510510

511511
```bash
512512
builder_describe_internal_dependency \
513-
mac:build mac-x86_64:build \
514-
mac:build mac-arm64:build
513+
build:mac build:mac-x86_64 \
514+
build:mac build:mac-arm64
515515
```
516516

517517
**Note:** actions and targets must be fully specified, and this _must_ be called

resources/builder.inc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,8 +1143,8 @@ _builder_define_default_internal_dep() {
11431143
# 2: depaction:deptarget The dependency action and target
11441144
# Example:
11451145
# builder_describe_internal_dependency \
1146-
# mac:build mac-x86_64:build \
1147-
# mac:build mac-arm64:build
1146+
# build:mac build:mac-x86_64 \
1147+
# build:mac build:mac-arm64
11481148
#
11491149
# Note: actions and targets must be fully specified, and this _must_
11501150
# be called before either builder_describe_outputs or builder_parse in

0 commit comments

Comments
 (0)