Skip to content

Commit

Permalink
Update Install-LatestDbaDatabase.ps1
Browse files Browse the repository at this point in the history
Fixing the verbose output to give proper shoutout to @erikdarlingdata data daddy's dandy troubleshooting scripts.
  • Loading branch information
amtwo committed Apr 27, 2021
1 parent 7db21ce commit 8034576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install-LatestDbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ foreach($instance in $InstanceName) {
Invoke-Sqlcmd -ServerInstance $instance -Database $DatabaseName -InputFile $file.FullName
}
## That Erik. He's such a Darling.
Write-Verbose "`n ***Creating/Updating Ola Hallengren Maintenance Solution `n"
Write-Verbose "`n ***Creating/Updating Darling's Dandy Data Troubleshooting scripts `n"
$fileList = Get-ChildItem -Path .\oss\darlingdata -Recurse -Filter *.sql
Foreach ($file in $fileList){
Write-Verbose $file.FullName
Expand Down

1 comment on commit 8034576

@erikdarlingdata
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t see Daddy in there at all.

Please sign in to comment.