Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit be42708

Browse files
Change commit message
1 parent 69a6cd9 commit be42708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factorio-docker-watchdog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func updateVersion(version semver.Version) {
152152
}
153153
logrus.Info("Edited README")
154154

155-
err = gitCreateCommit(pathRepo, "update to "+version.String())
155+
err = gitCreateCommit(pathRepo, "Update to Factorio "+version.String())
156156
if err != nil {
157157
logrus.Panic(err)
158158
}

0 commit comments

Comments
 (0)