Skip to content

Commit a9e2c19

Browse files
committed
changed text
1 parent cc9f531 commit a9e2c19

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)