mirror of
https://github.com/rschamp/gh-pages.git
synced 2026-03-29 00:33:44 +08:00
More generic doc
This commit is contained in:
@@ -110,7 +110,7 @@ exports.publish = function publish(config, done) {
|
||||
var message = 'Remote url mismatch. Got "' + url + '" ' +
|
||||
'but expected "' + repoUrl + '" in ' + options.clone +
|
||||
'. 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));
|
||||
} else {
|
||||
return Q.resolve();
|
||||
|
||||
Reference in New Issue
Block a user