Updates module import path

Corrects the import path for the common module to `FFU.Common`.
This commit is contained in:
rbalsleyMSFT
2025-06-13 15:01:15 -07:00
parent b7847ebaad
commit 6c4e157b5c
+1 -1
View File
@@ -419,7 +419,7 @@ if (Get-Module -Name 'FFU.Common.Drivers' -ErrorAction SilentlyContinue) {
Remove-Module -Name 'FFU.Common.Drivers' -Force Remove-Module -Name 'FFU.Common.Drivers' -Force
} }
# Import the required modules # 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 a config file is specified and it exists, load it
if ($ConfigFile -and (Test-Path -Path $ConfigFile)) { if ($ConfigFile -and (Test-Path -Path $ConfigFile)) {