Skip to content

Commit

Permalink
removed spaces in parens
Browse files Browse the repository at this point in the history
  • Loading branch information
hsilberman committed May 19, 2011
1 parent 27cec2c commit 551f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ngen
Expand Up @@ -205,7 +205,7 @@ while (args.length) {
break; break;
case '-d': case '-d':
case '--directory': case '--directory':
templates = fs.realpathSync( requireArgument(arg) ); templates = fs.realpathSync(requireArgument(arg));
break; break;
default: default:
dest = arg; dest = arg;
Expand Down

0 comments on commit 551f21e

Please sign in to comment.