Skip to content

Commit 4416fed

Browse files
authored
Merge pull request #121 from dwasinge/dk-env
Removed Extra DK from Title
2 parents f158483 + a9e2c19 commit 4416fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redhat/labs/lodestar/service/ProjectService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class ProjectService {
2828

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

31-
private static final String DEPLOYMENT_KEY_PREFIX = "LodeStar DK";
31+
private static final String DEPLOYMENT_KEY_PREFIX = "LodeStar";
3232
private static final String DEPLOYMENT_KEY_POSTFIX = "DK";
3333

3434
@Inject

0 commit comments

Comments
 (0)