Shellcheck compliance.
This commit is contained in:
parent
689a752a94
commit
58ed90e705
6 changed files with 34 additions and 32 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue