Use rsync to update kayobe-config

Using cp will leave removed files in kayobe-config.

Change-Id: Id8febf9f29e3cd230b9e516ab59e0fe9935cf375
This commit is contained in:
Pierre Riteau 2022-04-27 09:56:33 +02:00
parent f7d2f560fa
commit 62724fec7f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ under ``etc/kayobe`` in ``kayobe``. This can be done via:
.. code-block:: console
cp -aR kayobe/etc/kayobe/* kayobe-config/etc/kayobe
rsync -a --delete kayobe/etc/kayobe/ kayobe-config/etc/kayobe
Commit the changes and submit for review.