1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Oops, forgot a name in there...

This commit is contained in:
Nathan Weizenbaum 2009-06-25 00:56:37 -07:00
parent 8b1ae1f96e
commit a4d98041d7

View file

@ -252,7 +252,7 @@ task :handle_update do
puts
puts
puts '=' * 150
puts "Running rake REF=#{ENV["REF"].inspect}"
puts "Running rake handle_update REF=#{ENV["REF"].inspect}"
sh %{git checkout master}
sh %{git fetch origin}