Skip to content

Commit b928675

Browse files
Fix a typo
Co-authored-by: Beisi Zhou <[email protected]>
1 parent dd2457b commit b928675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/ResourceManager/Utilities/BicepUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private static string CheckMinimalVersionRequirement(PowerShell powershell, stri
9696
return currentBicepVersion;
9797
}
9898

99-
private static string GetBicepVesion(PowerShell powershell)
99+
private static string GetBicepVersion(PowerShell powershell)
100100
{
101101
powershell.AddScript("bicep -v");
102102
var result = powershell.Invoke()[0].ToString();

0 commit comments

Comments
 (0)