docs: add git_repo path example
Signed-off-by: Eugene Rush <rush.zlo@gmail.com>
This commit is contained in:
parent
0fa3c14f51
commit
228ed34eb1
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue