From 38eb537108711109aac4ed99b0c542da0491b75d Mon Sep 17 00:00:00 2001 From: Tobias Berchtold Date: Tue, 13 Feb 2018 12:43:12 +0100 Subject: [PATCH] fix minor typo not => no --- tasks/deploy/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deploy/update.js b/tasks/deploy/update.js index 6998bca..32c61b0 100644 --- a/tasks/deploy/update.js +++ b/tasks/deploy/update.js @@ -120,7 +120,7 @@ module.exports = function (gruntOrShipit) { function setCurrentRevision() { if (!shipit.config.repositoryUrl) { - shipit.log('Skipping set current revision as not repository url was set.'); + shipit.log('Skipping set current revision as no repository url was set.'); return; } shipit.log('Setting current revision and creating revision file.');