Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jun 3, 2015
1 parent 1b74fee commit 0fb9703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/unknown.js
@@ -1,7 +1,7 @@
'use strict';

var Command = require('../models/command');
var SilentError = require('silent-errors');
var SilentError = require('silent-error');
var chalk = require('chalk');

module.exports = Command.extend({
Expand Down

0 comments on commit 0fb9703

Please sign in to comment.