well, i clearly did something
This commit is contained in:
parent
ba25597292
commit
afffe75a73
|
@ -66,13 +66,8 @@ module.exports = function(grunt) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
grunt.registerMultiTask("mkcouchdb", "Delete a Couch Database", function() {
|
|
||||||
var done, parts, nano, dbname, auth, _this;
|
|
||||||
=======
|
|
||||||
grunt.registerMultiTask("mkcouchdb", "Make a Couch Database", function() {
|
grunt.registerMultiTask("mkcouchdb", "Make a Couch Database", function() {
|
||||||
var done, parts, nano, dbname, _this;
|
var done, parts, nano, dbname, _this;
|
||||||
>>>>>>> fixed typo
|
|
||||||
_this = this;
|
_this = this;
|
||||||
|
|
||||||
done = this.async();
|
done = this.async();
|
||||||
|
|
Loading…
Reference in New Issue