Skip to content

Commit

Permalink
fix(openstack): add missing semicolon (#4893)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Feb 21, 2018
1 parent 1ba48c6 commit 5373861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = angular.module('spinnaker.securityGroup.openstack.create.contro

if ($scope.isNew) {
$scope.securityGroup = openstackSecurityGroupTransformer.constructNewSecurityGroupTemplate();
$scope.securityGroup.application = application.name
$scope.securityGroup.application = application.name;
initializeCreateMode();
$scope.state.accountsLoaded = true;
}
Expand Down

0 comments on commit 5373861

Please sign in to comment.