diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-05-16 11:49:33 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-05-16 11:49:33 -0500 |
| commit | ebb78480f7cdd5a5857afe20942516fbf9521238 (patch) | |
| tree | c7ca2f5865bf1a7a0d2b500b843ce90d64bd36b5 | |
| parent | d3921f9ed2b49549ac7d3a21266a237d4e93552f (diff) | |
| download | nimterop-ebb78480f7cdd5a5857afe20942516fbf9521238.tar.gz nimterop-ebb78480f7cdd5a5857afe20942516fbf9521238.zip | |
Fix git pull issue
| -rw-r--r-- | nimterop/setup.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop/setup.nim b/nimterop/setup.nim index 2e436cb..ed03650 100644 --- a/nimterop/setup.nim +++ b/nimterop/setup.nim @@ -3,7 +3,7 @@ import os, strutils import "."/[git, paths] proc treesitterSetup*() = - gitPull("https://github.com/tree-sitter/tree-sitter/", incDir() / "treesitter", """ + gitPull("https://github.com/tree-sitter/tree-sitter", incDir() / "treesitter", """ lib/include/* lib/src/* """) |
