summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/galaxy/user_guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst
index 85b20c0780..bbadfe8cd6 100644
--- a/docs/docsite/rst/galaxy/user_guide.rst
+++ b/docs/docsite/rst/galaxy/user_guide.rst
@@ -270,8 +270,8 @@ Use the following example as a guide for specifying roles in *requirements.yml*:
# from galaxy
- name: yatesr.timezone
- # from locally cloned git repository (file:// requires full paths)
- - src: file:///home/bennojoy/nginx
+ # from locally cloned git repository (git+file:// requires full paths)
+ - src: git+file:///home/bennojoy/nginx
# from GitHub
- src: https://github.com/bennojoy/nginx