public
Description: Git utilities for multiple repositories & submodules
Homepage: http://fiveruns.org
Clone URL: git://github.com/fiveruns/brigit.git
fix for error case
Alan Francis (author)
Tue Jul 08 14:27:29 -0700 2008
commit  f776ef88c1bfc2e8e9b77af174373b4ed3cbc56d
tree    2c9acf4b613702783aa0bb2d5add8dc361a07fd7
parent  bf3f6c29e12937122c829d088ea366f547a0e606
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ module Brigit
0
       if (args.first && command = Command[args.shift])
0
         yield command.new(self.class.options, *args)
0
       else
0
-        abort "No command given.\n#{parser}"
0
+        abort "No command given.\n#{self.class.parser}"
0
       end
0
     end
0
         

Comments