We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f158483 + a9e2c19 commit 4416fedCopy full SHA for 4416fed
src/main/java/com/redhat/labs/lodestar/service/ProjectService.java
@@ -28,7 +28,7 @@ public class ProjectService {
28
29
public static final Logger LOGGER = LoggerFactory.getLogger(ProjectService.class);
30
31
- private static final String DEPLOYMENT_KEY_PREFIX = "LodeStar DK";
+ private static final String DEPLOYMENT_KEY_PREFIX = "LodeStar";
32
private static final String DEPLOYMENT_KEY_POSTFIX = "DK";
33
34
@Inject
0 commit comments