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 test to use Join-Path for cross-platform compatibility
The test was using Windows backslashes which failed on Linux CI runners.
Updated to use Join-Path which works on all platforms.
(do Copy-DbaLogin)
Co-authored-by: Chrissy LeMaire <[email protected]>
0 commit comments