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')