Skip to content

Commit 8f31b7a

Browse files
xloypaypakevinlzw
authored andcommitted
fixed typo
1 parent 0f4de28 commit 8f31b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/main/kotlin/metrik/project/domain/service/githubactions/PipelineCommitService.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class PipelineCommitService(
5555
branchCommitsMap[branch] = taskMap[branch]!!.get()
5656
}
5757

58-
return cleanupExecutedCommot(pipeline, branchCommitsMap).toMap()
58+
return cleanupExecutedCommit(pipeline, branchCommitsMap).toMap()
5959
}
6060

6161
fun mapRunToCommits(
@@ -116,7 +116,7 @@ class PipelineCommitService(
116116
return Pair(previousRunBeforeLastRun, allCommits)
117117
}
118118

119-
private fun cleanupExecutedCommot(
119+
private fun cleanupExecutedCommit(
120120
pipeline: PipelineConfiguration,
121121
branchCommitsMap: MutableMap<String, Map<GithubActionsRun, List<Commit>>>
122122
): MutableMap<String, MutableMap<GithubActionsRun, List<Commit>>> {

0 commit comments

Comments
 (0)