Skip to content

Revert "Fix diff errors and functional bugs in PowerShell scripts and docs"#14

Open
aidasofialily-cmd wants to merge 1 commit intomainfrom
revert-13-fix-diff-errors-and-bugs-8ae0c001-8472588578842298570
Open

Revert "Fix diff errors and functional bugs in PowerShell scripts and docs"#14
aidasofialily-cmd wants to merge 1 commit intomainfrom
revert-13-fix-diff-errors-and-bugs-8ae0c001-8472588578842298570

Conversation

@aidasofialily-cmd
Copy link
Owner

Reverts #13


# Copy items (supports folders via -Recurse)
Write-Host "Copying $SourcePath -> ${VMName}:${DestinationPath} ..."
Write-Host "Copying $SourcePath -> $VMName:$DestinationPath ..."

Check failure

Code scanning / PSScriptAnalyzer

Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name. Error

Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.
}
} catch {
Show-ErrorBox "Screenshot failed for ${VMName}: $($_.Exception.Message)"
Show-ErrorBox "Screenshot failed for $VMName: $($_.Exception.Message)"

Check failure

Code scanning / PSScriptAnalyzer

Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name. Error

Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to delimit the name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant