Skip to content

Commit

Permalink
Removed devel flag from update command
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Nov 8, 2012
1 parent ef9c480 commit 92c4412
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cmds/update.js
Expand Up @@ -32,10 +32,6 @@ mods = {
log.bail('command is not valid in yui repo');
}

if (!config.get('devel')) {
log.bail('do not use this command yet, I\'m serious, things will really break for you!');
}

var self = this,
root = git.findRoot(process.cwd()),
module = util.findModule(true);
Expand Down

0 comments on commit 92c4412

Please sign in to comment.