We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac2452 commit dc1cec4Copy full SHA for dc1cec4
tools/Gen2Master/MoveFromGeneration2Master.ps1
@@ -8,7 +8,7 @@ Function Move-Generation2Master {
8
9
process {
10
$ModuleName = ($SourcePath.Trim("\").Split("\"))[-1]
11
- If (-not ($DestPath.Trim("\").Split("\"))[-1] -eq $ModuleName)) {
+ If (-not ($DestPath.Trim("\").Split("\"))[-1] -eq $ModuleName) {
12
$DestPath = Join-Path -Path $DestPath -ChildPath $ModuleName
13
}
14
If (-not (Test-Path $DestPath)) {
0 commit comments