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:
parent
27891c5a13
commit
cc98a81c41
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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 -----
|
||||
|
|
Loading…
Add table
Reference in a new issue