Skip to content

Commit

Permalink
[watcher] This is why I use a lint, Y U NO WORK!
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Mar 25, 2012
1 parent d8c25b4 commit bc3c5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ var insert_code = function(location,file,code, cb){
inserted.end(newfile);
exec([
'cd '+ location,
'n npm 0.6.12 install node-watcher .'
'n npm 0.6.12 install node-watcher .',
'sudo git add .',
'sudo git commit -am "[nodester] Watcher code inserted"',
'sudo chown -R git '+location].join('; '),function(error,stdout2){
Expand Down

0 comments on commit bc3c5d5

Please sign in to comment.