Skip to content

Commit

Permalink
EDIT quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Mendiara Cañardo committed Apr 8, 2015
1 parent 3ea1622 commit c44aa2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -7,7 +7,7 @@ module.exports = function(grunt) {
simplemocha: {
options: {
ui: 'bdd',
reporter: 'dot'
reporter: 'spec'
},
unit: {
src: [
Expand Down
4 changes: 2 additions & 2 deletions lib/closure-linter-wrapper.js
Expand Up @@ -141,8 +141,8 @@ function execute(program, options, callback) {
var flags = options.flags || [],
src = options.src || [],
params = [],
cmd = path.normalize('python \'' + __dirname +
'/../tools/' + program + '.py\''),
cmd = path.normalize('python "' + __dirname +
'/../tools/' + program + '.py"'),
fullCommand;

params.push(cmd);
Expand Down

0 comments on commit c44aa2e

Please sign in to comment.