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

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

View file

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