Skip to content

Commit

Permalink
One final tweak. Maybe.
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Aug 7, 2023
1 parent c2abdf2 commit 768f269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/NugetVersionDeprecator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static async Task CreateGhIssueAsync(string message, string githubToken)

var issue = await ghClient.Issue.Create("newrelic", "newrelic-dotnet-agent", newIssue);

Console.WriteLine($"Created new GitHub Issue #{issue.Id} with title {issue.Title}.");
Console.WriteLine($"Created new GitHub Issue #{issue.Number} with title {issue.Title}.");
}

static Configuration LoadConfiguration(string path)
Expand Down

0 comments on commit 768f269

Please sign in to comment.