summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index cd9eae7af2..ee77ee27af 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6443,7 +6443,7 @@ system and gives an overview of their function and contents.
6443 from the default value of :term:`S`, you must set it specifically so the 6443 from the default value of :term:`S`, you must set it specifically so the
6444 source can be located:: 6444 source can be located::
6445 6445
6446 SRC_URI = "git://path/to/repo.git" 6446 SRC_URI = "git://path/to/repo.git;branch=main"
6447 S = "${WORKDIR}/git" 6447 S = "${WORKDIR}/git"
6448 6448
6449 :term:`SANITY_REQUIRED_UTILITIES` 6449 :term:`SANITY_REQUIRED_UTILITIES`