mirror of
https://github.com/bitwarden/desktop.git
synced 2025-02-02 23:01:28 +01:00
fixing typo in pwsh
This commit is contained in:
parent
f1e52b022b
commit
5f53f0a988
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user