mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fixing typo in pwsh
This commit is contained in:
@@ -31,7 +31,7 @@ steps:
|
|||||||
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
git clone https://github.com/vcsjones/AzureSignTool.git
|
git clone https://github.com/vcsjones/AzureSignTool.git
|
||||||
$latest_head = $(git rev-parse HEAD)[0...9] -join ""
|
$latest_head = $(git rev-parse HEAD)[0..9] -join ""
|
||||||
$latest_version = "0.0.0-g$latest_head"
|
$latest_version = "0.0.0-g$latest_head"
|
||||||
Write-Host "--------"
|
Write-Host "--------"
|
||||||
Write-Host "git commit - $(git rev-parse HEAD)"
|
Write-Host "git commit - $(git rev-parse HEAD)"
|
||||||
|
|||||||
Reference in New Issue
Block a user