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

Commit d0649e7

Browse files
authored
Remove unnecessary dependency (#147)
1 parent 0b649dc commit d0649e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/nike/cerberus/operation/core/CreateWafOperation.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public boolean isRunnable(CreateWafCommand command) {
9090
return false;
9191
}
9292

93-
return !cloudFormationService.isStackPresent(region,
94-
Stack.ROUTE53.getFullName(environmentName));
93+
return true;
9594
}
9695
}

0 commit comments

Comments
 (0)