[bug] Fixed task description.

This commit is contained in:
Elf M. Sternberg 2015-09-10 09:03:47 -07:00
parent aae7414402
commit 742a2c39e9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module.exports = function(grunt) {
} }
}); });
grunt.registerMultiTask("mkcouchdb", "Delete a Couch Database", function() { grunt.registerMultiTask("mkcouchdb", "Create a new Couch Database", function() {
var done, parts, nano, dbname, _this; var done, parts, nano, dbname, _this;
_this = this; _this = this;
done = this.async(); done = this.async();