You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy-DbaLogin - Fix Join-Path usage in test to resolve null path parameter error
The Join-Path calls were incorrectly chained, causing the second call to receive
null for the -Path parameter. Split into two separate statements with explicit
parameters to ensure cross-platform compatibility.
(do Copy-DbaLogin)
Co-authored-by: Chrissy LeMaire <[email protected]>
0 commit comments