Skip to content

Commit e59f79c

Browse files
committed
void-updates: fix git pull
1 parent 2c148a0 commit e59f79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

void-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ init_src() {
3030
}
3131

3232
update_src() {
33-
GIT_WORK_TREE=$src git pull -q
33+
GIT_WORK_TREE=$src GIT_DIR=$src/.git git pull -q
3434
}
3535

3636
find_pkgs() {

0 commit comments

Comments
 (0)