public
Description: Provide a nicer looking web interface for ticgit
Clone URL: git://github.com/pope/ticgit-watchtower.git
Fixed a typo.  user_in_file_templates! doesn't really exist
pope (author)
Thu May 08 12:36:55 -0700 2008
commit  9c7beb39701889ebc7907177cb74748159a82f7a
tree    4c6da24dbb6aeb7e3733a2f433561da875228087
parent  84c5a45e1609cb6efd1b587b9fa4d15b2a930f89
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ file 'pkg/watchtower.rb' => ['pkg', 'watchtower.rb'].concat(view_files) do
0
       while line = watchtower.gets
0
         outfile.puts line
0
       end
0
- outfile.puts "user_in_file_templates!"
0
+ outfile.puts "use_in_file_templates!"
0
       outfile.puts "__END__"
0
     end
0
     view_files.each do |view_file|

Comments

    No one has commented yet.