From bb8296b284aba2c4fa95a4332300c4e792dc97c3 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 1 Feb 2023 22:36:32 +0000 Subject: [PATCH] Update file run_onchange_after_70-misc-bug-fixes.tmpl --- .../universal/run_onchange_after_70-misc-bug-fixes.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl index b3f9c590..97fabafc 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl @@ -29,7 +29,7 @@ fi ### Merge latest Candy icons into the Betelgeuse icon theme if command -v rsync > /dev/null; then if [ -d "$HOME/.local/src/candy-icons" ] && [ -d /usr/local/share/icons/Candy ]; then - sudo rsync -artvu --exclude .git/ "$HOME/.local/src/candy-icons/" "/usr/local/share/icons/Candy/" + sudo rsync -artu --exclude .git/ "$HOME/.local/src/candy-icons/" "/usr/local/share/icons/Candy/" else logg warn 'Skipping synchronization of Candy icons since either the target or destination folder is not present' fi