Skip to content

Commit 28e38ad

Browse files
committed
Fix the comment
1 parent e04c0ae commit 28e38ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/VersionController/Models/VersionBumper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ private string GetBumpedVersion()
171171
{
172172
versionBump = Version.MINOR;
173173
}
174-
// fix for https://github.com/Azure/azure-powershell/pull/12356
175-
// this only work when version is 1.9.x
174+
// Fix for https://github.com/Azure/azure-powershell/pull/12356
175+
// This only work when version is 1.9.x
176176
if (splitVersion[0] == 1 && splitVersion[1] == 9 && versionBump == Version.MINOR)
177177
{
178178
versionBump = Version.PATCH;

0 commit comments

Comments
 (0)