Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Sep 15, 2017
1 parent 20c15de commit d91e3c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

group=com.nike
artifactId=cerberus-lifecycle-cli
version=3.2.4
version=3.2.5
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ private CerberusSdbMetadata processMetadata(SafeDepositBox sdb, final CerberusSd

newMetadata.getUniqueOwnerGroups().add(sdb.getOwner());

newMetadata.getUniqueIamRoles().add(sdb.getOwner());
sdb.getIamRolePermissions().forEach((iamRole, permission) -> {
newMetadata.getUniqueIamRoles().add(iamRole);
});
Expand Down

0 comments on commit d91e3c5

Please sign in to comment.