diff options
-rw-r--r-- | nimgit.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimgit.nimble b/nimgit.nimble index 21121b3..709bf13 100644 --- a/nimgit.nimble +++ b/nimgit.nimble @@ -7,7 +7,7 @@ license = "MIT" srcDir = "./" installDirs = @["nimgit"] installFiles = @["nimgit.nim"] -bin = @["showLastCommit", "listAllCommits", "listAllFiles", "listAllRefs", "listAllBranches"] +bin = @["showLastCommit", "listAllCommits", "listAllRefs", "listAllBranches"] # Dependencies |