diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-10-27 12:28:56 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-10-27 12:28:56 +0200 |
commit | a97bc72f39744a690927f214a47d74634e44e4df (patch) | |
tree | 76484e25b070b1017e24f20bea1a8962c933a060 /doc | |
parent | 10d9239f3cbe45f45747494123b3fc780ede987e (diff) | |
download | justbuild-a97bc72f39744a690927f214a47d74634e44e4df.tar.gz |
extended-git-tree-variables doc: fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/future-designs/extended-git-tree-variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/future-designs/extended-git-tree-variables.md b/doc/future-designs/extended-git-tree-variables.md index 90bb9f64..05c1feb2 100644 --- a/doc/future-designs/extended-git-tree-variables.md +++ b/doc/future-designs/extended-git-tree-variables.md @@ -31,7 +31,7 @@ cannot be set in to fixed values in the action description. As for `"git tree"` repositories the result of the fetch action is determined ahead of time, it is not necessary to isolate the fetch -actions in the same way as we do with the fetch actions; if the +actions in the same way as we do with the build actions; if the non-isolation misguides the fetch action, the verification of the fetched tree will notice this and an error will be reported instead of obtaining wrong results. Therefore, the following proposed |