Skip to content

Commit

Permalink
Now with more semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens authored and tomaslin committed Mar 16, 2018
1 parent 55820d8 commit a72fe08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = angular.module('spinnaker.titus.serverGroup.details.rollback.co
imageName = imageName.substring(imageName.indexOf('/') + 1);
}

return serverGroup.name + ' (' + imageName + ')'
return serverGroup.name + ' (' + imageName + ')';
};

this.group = function (serverGroup) {
Expand Down

0 comments on commit a72fe08

Please sign in to comment.