Skip to content

Commit d22d276

Browse files
committed
typos
1 parent 623f0c2 commit d22d276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var format = require('util').format;
2929
var pkg = require('./package.json');
3030

3131
var which = require('which');
32-
cnosole.log('which npm?', which.async('npm', {all: true}));
32+
console.log('which npm?', which.sync('npm', {all: true}));
3333

3434
// Platform specific tasks
3535
var platform = require(path.join(__dirname, 'tasks', process.platform));

0 commit comments

Comments
 (0)