Skip to content

Commit

Permalink
[JENKINS-31162] The category idenfifier has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 21, 2016
1 parent f675af0 commit 420f904
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 "itemcategory-standaloneprojects";
return "standaloneprojects";
}

/**
Expand Down

0 comments on commit 420f904

Please sign in to comment.