Skip to content

Commit

Permalink
Merge pull request #35 from recena/JENKINS-31162-2
Browse files Browse the repository at this point in the history
[JENKINS-31162] The category ID has changed
  • Loading branch information
jglick committed Apr 7, 2016
2 parents 79490b4 + 75f7a3f commit 510aa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/matrix/MatrixProject.java
Expand Up @@ -1004,7 +1004,7 @@ public String getDisplayName() {
* @return A string it represents a ItemCategory identifier.
*/
public String getCategoryId() {
return "standaloneprojects";
return "standalone-projects";
}

/**
Expand Down

0 comments on commit 510aa05

Please sign in to comment.