Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: bupd <[email protected]>
  • Loading branch information
bupd committed Sep 22, 2024
1 parent 0b27c5d commit bded69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func generateNewTag(latestTag, suffix, release_type string) (string, error) {
slog.Error("Failed to convert patch version to integer: ", err.Error(), ".")
return "", err
}
// Increment the version accordin ground-control")g to the release type
// Increment the version according to the release type
switch release_type {
case "major":
major++
Expand Down

0 comments on commit bded69d

Please sign in to comment.