summaryrefslogtreecommitdiff
path: root/docs/build-templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build-templates')
-rw-r--r--docs/build-templates/searx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst
index e06bc2c6a..ead096ed8 100644
--- a/docs/build-templates/searx.rst
+++ b/docs/build-templates/searx.rst
@@ -81,7 +81,7 @@ ${fedora_build}
.. code-block:: sh
$ sudo -H -u ${SERVICE_USER} -i
- (${SERVICE_USER})$ git clone \"https://github.com/searx/searx.git\" \"$SEARX_SRC\"
+ (${SERVICE_USER})$ git clone \"$GIT_URL\" \"$SEARX_SRC\"
.. END clone searx