Skip to content

Commit

Permalink
Use slug for project patching.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 8, 2024
1 parent 02970a7 commit 59f8d94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void updateDocumentationIfNecessary(File projectFile, Project project) {
}
}
if (shouldUpdate) {
this.saganClient.patchProjectDetails(project.getName(), projectDetails);
this.saganClient.patchProjectDetails(project.getSlug(), projectDetails);
log.info("Updating Sagan project with adoc data.");
}
else {
Expand Down

0 comments on commit 59f8d94

Please sign in to comment.