Skip to content

Commit 16106a8

Browse files
committed
Using foreach instead of update?
1 parent c121f8b commit 16106a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install: update_stop_words
55
pip install build
66

77
update_stop_words:
8-
git submodule update --remote --rebase
8+
git submodule foreach git pull origin master --rebase
99

1010
test:
1111
python -m unittest discover

0 commit comments

Comments
 (0)