Skip to content

Commit

Permalink
Missed a require
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Oct 9, 2012
1 parent f6488db commit 4653bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/selleck
Expand Up @@ -189,7 +189,7 @@ options['out-assets'] || (options['out-assets'] = fsPath.join(options.out, 'asse


if (options.server) { if (options.server) {
// If running as a server, start the server instead of continuing. // If running as a server, start the server instead of continuing.
require('selleck/lib/server')(options); require('../lib/server')(options);
} else { } else {
// Load theme layouts and partials, and copy theme assets to the output dir, // Load theme layouts and partials, and copy theme assets to the output dir,
// if there are any. // if there are any.
Expand Down

0 comments on commit 4653bac

Please sign in to comment.