Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8f06cd7

Browse files
authored
Corrected child path for the $OS switch (#206)
Directory names were incorrect for the child path's in the $OS switch. Changed from '/assembiles' to '/assemblies'
1 parent b176db7 commit 8f06cd7

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

‎Public/Update-SeDriver.ps1‎

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ function Update-SeDriver {
1818
$Path = $PSScriptRoot
1919
if ($Path.EndsWith('Public')) { $Path = Split-Path -Path $Path } #Debugging
2020
switch ($OS) {
21-
'Linux' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assembiles/linux' }
22-
'Mac' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assembiles/macos' }
23-
'Windows' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assembiles' }
21+
'Linux' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assemblies/linux' }
22+
'Mac' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assemblies/macos' }
23+
'Windows' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assemblies' }
2424
}
2525

2626
}
@@ -59,9 +59,4 @@ function Update-SeDriver {
5959
Write-Warning 'Not Supported Yet'
6060
}
6161
}
62-
63-
64-
65-
66-
67-
}
62+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /