mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2024-11-25 00:38:07 -05:00
More generic doc
This commit is contained in:
parent
9f845da8e4
commit
969862624b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue