Skip to content

Commit

Permalink
Merge pull request #143 from clr2of8/nestedmodulesfix
Browse files Browse the repository at this point in the history
use relative paths for nested modules
  • Loading branch information
keithmccammon authored Jul 27, 2023
2 parents d4c8f95 + e108b84 commit f6ad7da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Invoke-AtomicRedTeam.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
VariablesToExport = '*'

NestedModules = @(
"$PSScriptRoot\Public\Default-ExecutionLogger.psm1",
"$PSScriptRoot\Public\Attire-ExecutionLogger.psm1",
"$PSScriptRoot\Public\Syslog-ExecutionLogger.psm1",
"$PSScriptRoot\Public\WinEvent-ExecutionLogger.psm1"
"Public\Default-ExecutionLogger.psm1",
"Public\Attire-ExecutionLogger.psm1",
"Public\Syslog-ExecutionLogger.psm1",
"Public\WinEvent-ExecutionLogger.psm1"
)

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
Expand Down

0 comments on commit f6ad7da

Please sign in to comment.