]> gitweb.factorcode.org Git - factor.git/commitdiff
irc.gitbot: fix command.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 9 May 2016 23:07:15 +0000 (16:07 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 9 May 2016 23:07:15 +0000 (16:07 -0700)
extra/irc/gitbot/gitbot.factor

index acd0b9d76b94053e0ad8e154bbc627a517712fd2..5dff25906219340515a90a90c07616455d9a51ac 100644 (file)
@@ -33,7 +33,8 @@ M: object handle-message drop ;
 
 : git-log ( from to -- lines )
     [
-        "git-log" ,
+        "git" ,
+        "log" ,
         "--no-merges" ,
         "--pretty=format:%h %an: %s" ,
         ".." glue ,