Skip to content

Commit 8bc4239

Browse files
committed
Changed message to user
1 parent 71bc38b commit 8bc4239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/scripts/postimport.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $server = Get-PSFConfigValue psdatabaseclone.database.server
2121
$database = Get-PSFConfigValue psdatabaseclone.database.name
2222

2323
if (($server -eq $null) -or ($database -eq $null)) {
24-
Write-PSFMessage -Message "The module is not yet configured. Please run Set-PdcConfiguration to make the neccesary changes" -Level Warning
24+
Write-PSFMessage -Message "The module is not yet configured. Please run Set-PSDCConfiguration to make the neccesary changes" -Level Warning
2525
}
2626

2727
$TypeAliasTable = @{

0 commit comments

Comments
 (0)