Skip to content

Commit

Permalink
Merge pull request #49 from YubicoLabs/win-bug
Browse files Browse the repository at this point in the history
Fix issue with Windows deployment bug
  • Loading branch information
csalas-yubico authored Oct 13, 2023
2 parents 463698a + 14a06e4 commit 022cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/java-app/deploy_java_app.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param (
[Parameter(Mandatory=$true)][string]$deployment_environment,
[Parameter(Mandatory=$true)][string]$database_type,
[Parameter(Mandatory=$true)][string]$database_root_password,
[Parameter(Mandatory=$true)[string]]$rp_attestation_trust_store
[Parameter(Mandatory=$true)][string]$rp_attestation_trust_store
)

Write-Host "`n****************************************"
Expand Down

0 comments on commit 022cbdf

Please sign in to comment.