Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Jul 23, 2021
1 parent c8f778d commit 129ca8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void start() throws Exception {

private static void createDeploymentIfNoneExists(final JobPersistence jobPersistence) throws IOException {
final Optional<UUID> deploymentOptional = jobPersistence.getDeployment();
if (deploymentOptional.isPresent()) {
if (deploymentOptional.isPresent()) {
LOGGER.info("running deployment: {}", deploymentOptional.get());
} else {
final UUID deploymentId = UUID.randomUUID();
Expand Down

0 comments on commit 129ca8f

Please sign in to comment.