Skip to content

Commit

Permalink
[fix] Update bad reference variable to forever in watch plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jan 14, 2012
1 parent 96277b7 commit 72dac45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/forever/plugins/watch.js
Expand Up @@ -2,7 +2,8 @@
var fs = require('fs'),
path = require('path'),
minimatch = require('minimatch'),
watch = require('watch');
watch = require('watch'),
forever = require('../../forever');

exports.name = 'watch';

Expand Down

0 comments on commit 72dac45

Please sign in to comment.