We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c121f8b commit 16106a8Copy full SHA for 16106a8
1 file changed
Makefile
@@ -5,7 +5,7 @@ install: update_stop_words
5
pip install build
6
7
update_stop_words:
8
- git submodule update --remote --rebase
+ git submodule foreach git pull origin master --rebase
9
10
test:
11
python -m unittest discover
0 commit comments