From 969862624b90de8314889300bd03110df03d2055 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 30 May 2014 06:20:07 -0600 Subject: [PATCH] More generic doc --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 73eb879..d962af4 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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();