mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
fix secretOutputPath
This commit is contained in:
4
.github/scripts/decrypt-secret.ps1
vendored
4
.github/scripts/decrypt-secret.ps1
vendored
@@ -21,9 +21,9 @@ if ([string]::IsNullOrEmpty($output)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(Test-Path -Path $secretPath))
|
if(!(Test-Path -Path $secretOutputPath))
|
||||||
{
|
{
|
||||||
New-Item -ItemType Directory -Path $secretPath
|
New-Item -ItemType Directory -Path $secretOutputPath
|
||||||
}
|
}
|
||||||
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$passphrase" --output $output $input
|
gpg --quiet --batch --yes --decrypt --passphrase="$passphrase" --output $output $input
|
||||||
|
|||||||
Reference in New Issue
Block a user