# HG changeset patch # User Steve Losh # Date 1484768794 0 # Node ID 701d98eb08bc8c65d1a408504ce848846b2f77c9 # Parent 496f6e33e468b9a284b0d47749904a03baf09545 Fix missing word diff -r 496f6e33e468 -r 701d98eb08bc src/robots/git-commands.lisp --- a/src/robots/git-commands.lisp Wed Jan 18 18:07:55 2017 +0000 +++ b/src/robots/git-commands.lisp Wed Jan 18 19:46:34 2017 +0000 @@ -203,7 +203,7 @@ (!command [noun a] temporal-adverb refreshing git-location) (!command "and push all" adjective [noun s] "to" location) (!command "all" adjective [noun s] "in" git-location) - (!command "the" extremum "and merge it into" git-location) + (!command "the" extremum noun "and merge it into" git-location) (!command "some" [noun s] "from a remote") (!command "two or more" [noun s] "and save them to" location) ("move or" !command [noun a] "in" git-location)