Skip to content

Commit 568681e

Browse files
committed
Update remarks
1 parent 4379369 commit 568681e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if ($null -ne $packageType) {
160160
}
161161
else {
162162
Write-Verbose -Verbose "Rust found, updating..."
163-
& rustup update
163+
& $rustup update
164164
}
165165

166166
$BuildToolsPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC"

powershell-adapter/psDscAdapter/win_psDscAdapter.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ function Invoke-DscOperation {
436436
$ValidProperties | ForEach-Object {
437437
if ($raw_obj.$_ -is [System.Enum]) {
438438
$Result[$_] = $raw_obj.$_.ToString()
439-
440439
}
441440
else {
442441
$Result[$_] = $raw_obj.$_

0 commit comments

Comments
 (0)