Skip to content

Commit

Permalink
Changed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMadero committed Sep 25, 2012
1 parent bd4215b commit dc7c89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ if(cmds.length) {
die(cmds[0] + ' is not a Geddy command.');
}

if(!opts.debug) {
if (!opts.debug) {
cmd += ' --quiet';
}

exec(cmd, function(err, stdout, stderr) {
if(err) {
throw err;
Expand Down

0 comments on commit dc7c89f

Please sign in to comment.