Skip to content

Commit aa07fb9

Browse files
committed
chore: updated
Updated dependencies for:
1 parent 07c0152 commit aa07fb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dependency_updater/dependency_updater.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ func createCommitMessage(updatedDependencies [][]string) error {
130130
repo, tag := dependencies[0], dependencies[1]
131131
commitDescription += repo + " => " + tag + " (" + dependencies[2] + ")" + "\n"
132132
commitTitle += repo
133-
if i != len(updatedDependencies){
134-
commitTitle += ","
133+
if i != len(updatedDependencies) - 1{
134+
commitTitle += " ,"
135135
}
136136
}
137137
}

0 commit comments

Comments
 (0)