Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xloypaypa authored and kevinlzw committed Jan 5, 2023
1 parent 0f4de28 commit 8f31b7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PipelineCommitService(
branchCommitsMap[branch] = taskMap[branch]!!.get()
}

return cleanupExecutedCommot(pipeline, branchCommitsMap).toMap()
return cleanupExecutedCommit(pipeline, branchCommitsMap).toMap()
}

fun mapRunToCommits(
Expand Down Expand Up @@ -116,7 +116,7 @@ class PipelineCommitService(
return Pair(previousRunBeforeLastRun, allCommits)
}

private fun cleanupExecutedCommot(
private fun cleanupExecutedCommit(
pipeline: PipelineConfiguration,
branchCommitsMap: MutableMap<String, Map<GithubActionsRun, List<Commit>>>
): MutableMap<String, MutableMap<GithubActionsRun, List<Commit>>> {
Expand Down

0 comments on commit 8f31b7a

Please sign in to comment.