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

Commit

Permalink
Remove unnecessary dependency (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayitbeegh authored Mar 20, 2020
1 parent 0b649dc commit d0649e7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public boolean isRunnable(CreateWafCommand command) {
return false;
}

return !cloudFormationService.isStackPresent(region,
Stack.ROUTE53.getFullName(environmentName));
return true;
}
}

0 comments on commit d0649e7

Please sign in to comment.