Fixed file path typo

1.6
Jared Haight 2015-08-05 21:19:18 -04:00
parent 751d0c15d6
commit e3148de261
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ class Module:
def generate(self):
# 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:
f = open(moduleSource, 'r')
@ -109,4 +109,4 @@ class Module:
return script
# if we get to this point, no switched were specified
return script + "Get-ComputerDetails -ToString"
return script + "Get-ComputerDetails -ToString"