More generic doc

This commit is contained in:
Tim Schaub 2014-05-30 06:20:07 -06:00
parent 9f845da8e4
commit 969862624b

View file

@ -110,7 +110,7 @@ exports.publish = function publish(config, done) {
var message = 'Remote url mismatch. Got "' + url + '" ' + var message = 'Remote url mismatch. Got "' + url + '" ' +
'but expected "' + repoUrl + '" in ' + options.clone + 'but expected "' + repoUrl + '" in ' + options.clone +
'. If you have changed your "repo" option, try ' + '. If you have changed your "repo" option, try ' +
'running `grunt gh-pages-clean` first.'; 'running the "clean" task first.';
return Q.reject(new Error(message)); return Q.reject(new Error(message));
} else { } else {
return Q.resolve(); return Q.resolve();