Skip to content

Commit

Permalink
docs/TestProviders: fix a typo
Browse files Browse the repository at this point in the history
Missing a `/` in the uri of the file protocol.

Signed-off-by: Xu Han <[email protected]>
  • Loading branch information
luckyh committed Apr 19, 2024
1 parent 4a142ae commit 55b627e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/WritingTests/TestProviders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test provider file:
uri: git://git-provider.com/repo.git
#uri: /path-to-my-git-dir/repo.git
#uri: http://bla.com/repo.git
#uri: file://usr/share/tests
#uri: file:///usr/share/tests

# Optional git branch (for git repo type)
branch: master
Expand Down Expand Up @@ -123,7 +123,7 @@ Let's say you want to use a directory in your file system
::

[provider]
uri: file://usr/share/tests/
uri: file:///usr/share/tests/
[generic]
subdir: virt-test/generic/
[qemu]
Expand Down

0 comments on commit 55b627e

Please sign in to comment.