Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

Commit

Permalink
fix minor typo
Browse files Browse the repository at this point in the history
not => no
  • Loading branch information
tobemedia authored Feb 13, 2018
1 parent cf715c3 commit 38eb537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down

0 comments on commit 38eb537

Please sign in to comment.