Skip to content

Commit b2016b7

Browse files
committed
chore: updated node-reth, optimism
Updated dependencies for: node-reth => v0.1.3 (base/base@v0.1.2...v0.1.3) optimism => op-node/v1.13.4 (ethereum-optimism/optimism@op-node/v1.13.2...op-node/v1.13.4)
1 parent 3c43a9d commit b2016b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dependency_updater/dependency_updater.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func createCommitMessage(updatedDependencies [][]string) error {
132132
commitTitle += repo + ", "
133133
}
134134
}
135-
commitTitle = strings.TrimRight(commitTitle, ",")
135+
commitTitle = strings.TrimSuffix(commitTitle, ", ")
136136
cmd := exec.Command("git", "commit", "-am", commitTitle, "-m", commitDescription)
137137
if err := cmd.Run(); err != nil {
138138
return fmt.Errorf("error running git commit -m: %s", err)

0 commit comments

Comments
 (0)