Skip to content

Commit 769e723

Browse files
committed
Fixed parameters that were renamed incorrectly
1 parent f01b943 commit 769e723

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

functions/Invoke-PSDCRepairClone.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
[System.Management.Automation.PSCredential]
6868
$Credential,
6969
[System.Management.Automation.PSCredential]
70-
$pdcCredential,
70+
$PSDCSqlCredential,
7171
[switch]$EnableException
7272
)
7373

@@ -79,7 +79,7 @@
7979
$pdcCredential = Get-PSFConfigValue -FullName psdatabaseclone.database.credential -Fallback $null
8080
}
8181
else {
82-
$pdcCredential = $pdcCredential
82+
$pdcCredential = $PSDCSqlCredential
8383
}
8484

8585
# Test the module database setup

0 commit comments

Comments
 (0)