Skip to content

Commit

Permalink
Fix debian changelog terminating lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 20, 2023
1 parent a00f2e0 commit 83da107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Tgstation.Server.ReleaseNotes/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ static async Task<int> GenDebianChangelog(IGitHubClient client, Version version,
builder.Append(' ');
builder.Append(commitTime.ToString("MMM").TrimEnd('.'));
builder.Append(' ');
builder.AppendLine(commitTime.ToString("yyyy HH:mm:sszz00"));
builder.AppendLine(commitTime.ToString("yyyy HH:mm:ss zz00"));
}

var changelog = builder.ToString().Replace("\r", String.Empty);
Expand Down

0 comments on commit 83da107

Please sign in to comment.