Fix wrong path.
This commit is contained in:
parent
fa5a12e0dd
commit
c059a6a1d6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,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/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