diff --git a/extra/irc/gitbot/gitbot.factor b/extra/irc/gitbot/gitbot.factor index acd0b9d76b..5dff259062 100644 --- a/extra/irc/gitbot/gitbot.factor +++ b/extra/irc/gitbot/gitbot.factor @@ -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 ,