Fix the edge_gem_watch Rake task.

This commit is contained in:
Nathan Weizenbaum 2009-04-29 22:37:11 -07:00
parent 27891c5a13
commit cc98a81c41
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ task :release_edge do
end
task :watch_for_edge_update do
sh %{ruby edge_gem_watch.rb}
sh %{ruby extra/edge_gem_watch.rb}
end
# ----- Documentation -----