commit 13c01f777129124dcad3b40fab81b84b0d5008bc
parent 1570c7d00153181729832ad6f90466fe7d29b858
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 18 Mar 2021 13:37:51 +0100
parent 1570c7d00153181729832ad6f90466fe7d29b858
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 18 Mar 2021 13:37:51 +0100
nimgit.nimble: remove non-existing binary
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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