docs: add git_repo path example

Signed-off-by: Eugene Rush <rush.zlo@gmail.com>
This commit is contained in:
Евгений Непомнящий 2021-03-05 02:46:54 +03:00 committed by Arksine
parent 0fa3c14f51
commit 228ed34eb1
1 changed files with 3 additions and 1 deletions

View File

@ -348,7 +348,9 @@ updating.
[update_manager client service_name] [update_manager client service_name]
type: git_repo type: git_repo
path: path:
# The path to the client's files on disk. This parameter must be provided. # The absolute path to the client's files on disk. This parameter must be provided.
# Example:
# path: ~/service_name
origin: origin:
# The full GitHub URL of the "origin" remote for the repository. This can # The full GitHub URL of the "origin" remote for the repository. This can
# be be viewed by navigating to your repository and running: # be be viewed by navigating to your repository and running: