Skip to content

Commit

Permalink
Fix CLI library loading
Browse files Browse the repository at this point in the history
Fixes #642
  • Loading branch information
kpdecker committed Nov 4, 2013
1 parent 1e20373 commit 986d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var optimist = require('optimist')
});

var fs = require('fs'),
handlebars = require('../lib/handlebars'),
handlebars = require('../lib'),
basename = require('path').basename,
uglify = require('uglify-js');

Expand Down

0 comments on commit 986d6f4

Please sign in to comment.