Shellcheck compliance.

This commit is contained in:
Bartek Stalewski 2024-10-15 00:44:53 +02:00
parent 689a752a94
commit 58ed90e705
No known key found for this signature in database
6 changed files with 34 additions and 32 deletions

View file

@ -61,7 +61,7 @@ fi
function ud() {
for i in ${LOCAL_GIT_DIR}/dotfiles ${LOCAL_GIT_DIR}/zsh_modules/*; do git -C ${i} pull; done
. ${LOCAL_GIT_DIR}/dotfiles/scripts/post-update.sh
. "${LOCAL_GIT_DIR}/dotfiles/scripts/post-update.sh"
}
function upgrade() {