Skip to content

Commit

Permalink
Fix for ruby 1.9.2
Browse files Browse the repository at this point in the history
---
 lib/nanoc3/cli/commands/watch.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
  • Loading branch information
chriseppstein committed Nov 21, 2010
1 parent 4e18135 commit 7850b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nanoc3/cli/commands/watch.rb
Expand Up @@ -92,7 +92,7 @@ def run(options, arguments)

# Watch
puts "Watching for changes…".make_compatible_with_env
watcher = lambda do
watcher = lambda do |*args|
update(&rebuilder)
delete(&rebuilder)
create(&rebuilder)
Expand Down

0 comments on commit 7850b15

Please sign in to comment.