mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Updates module import path
Corrects the import path for the common module to `FFU.Common`.
This commit is contained in:
@@ -419,7 +419,7 @@ if (Get-Module -Name 'FFU.Common.Drivers' -ErrorAction SilentlyContinue) {
|
||||
Remove-Module -Name 'FFU.Common.Drivers' -Force
|
||||
}
|
||||
# Import the required modules
|
||||
Import-Module "$PSScriptRoot\common" -Force
|
||||
Import-Module "$PSScriptRoot\FFU.Common" -Force
|
||||
|
||||
# If a config file is specified and it exists, load it
|
||||
if ($ConfigFile -and (Test-Path -Path $ConfigFile)) {
|
||||
|
||||
Reference in New Issue
Block a user