Skip to content

Commit bded69d

Browse files
committed
fix typo in comment
Signed-off-by: bupd <bupdprasanth@gmail.com>
1 parent 0b27c5d commit bded69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func generateNewTag(latestTag, suffix, release_type string) (string, error) {
156156
slog.Error("Failed to convert patch version to integer: ", err.Error(), ".")
157157
return "", err
158158
}
159-
// Increment the version accordin ground-control")g to the release type
159+
// Increment the version according to the release type
160160
switch release_type {
161161
case "major":
162162
major++

0 commit comments

Comments
 (0)