Skip to content

Commit

Permalink
editor config should be String, not path
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 25, 2011
1 parent f75b507 commit b251bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/config-defs.js
Expand Up @@ -180,7 +180,7 @@ exports.types =
, depth : Number
, description : Boolean
, dev : Boolean
, editor : path
, editor : String
, force : Boolean
, global : Boolean
, globalconfig : path
Expand Down

0 comments on commit b251bb0

Please sign in to comment.