Skip to content

Commit

Permalink
Merge pull request #121 from dwasinge/dk-env
Browse files Browse the repository at this point in the history
Removed Extra DK from Title
  • Loading branch information
mcanoy authored Feb 10, 2021
2 parents f158483 + a9e2c19 commit 4416fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ProjectService {

public static final Logger LOGGER = LoggerFactory.getLogger(ProjectService.class);

private static final String DEPLOYMENT_KEY_PREFIX = "LodeStar DK";
private static final String DEPLOYMENT_KEY_PREFIX = "LodeStar";
private static final String DEPLOYMENT_KEY_POSTFIX = "DK";

@Inject
Expand Down

0 comments on commit 4416fed

Please sign in to comment.