mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
resolve path of ~
This commit is contained in:
2
.github/scripts/decrypt-secret.ps1
vendored
2
.github/scripts/decrypt-secret.ps1
vendored
@@ -4,7 +4,7 @@
|
||||
[string] $output
|
||||
)
|
||||
|
||||
$homePath = "~"
|
||||
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path
|
||||
|
||||
Write-Output "Home path is: '$homePath'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user