Skip to content

Commit

Permalink
Fix submodule name to be consistent with pyserini, minor changes to g…
Browse files Browse the repository at this point in the history
…et it to work (#45)

* Fix submodule, to work

* change url to be consistent with pyserini
  • Loading branch information
ronakice committed Jun 1, 2020
1 parent 4b332fe commit f204e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "eval"]
path = eval/
url = https://github.com/castorini/anserini-eval.git
path = eval
url = git@github.com:castorini/anserini-eval.git
Submodule eval updated from 000000 to 0acbe5

0 comments on commit f204e4b

Please sign in to comment.