Fixed file path typo
parent
751d0c15d6
commit
e3148de261
|
@ -76,7 +76,7 @@ class Module:
|
||||||
def generate(self):
|
def generate(self):
|
||||||
|
|
||||||
# read in the common module source code
|
# read in the common module source code
|
||||||
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/Host/Get-ComputerDetails.ps1"
|
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/host/Get-ComputerDetails.ps1"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
f = open(moduleSource, 'r')
|
f = open(moduleSource, 'r')
|
||||||
|
|
Loading…
Reference in New Issue