diff options
Diffstat (limited to 'doc/future-designs/extended-git-tree-variables.md')
-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 |