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
1 changed files with 1 additions and 1 deletions

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}