Typos fixed.

Change-Id: I437cf888bc459360efeb5f00da475038e211ebe4
This commit is contained in:
Dmitry Teselkin 2013-08-13 12:56:03 +04:00
parent 30b9bed2fc
commit f78b279e8d
5 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"Scripts": [
"ImportCoreFunctions.ps1",
"Set-LocalUserPasswordPassword.ps1"
"Set-LocalUserPassword.ps1"
],
"Commands": [
{

View File

@ -3,7 +3,7 @@
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServerOptionParsers.ps1",
"SQLServerInsatller.ps1",
"SQLServerInstaller.ps1",
"Export-Function.ps1",
"Start-PowerShellProcess.ps1",
"SQLServerForAOAG.ps1"

View File

@ -3,7 +3,7 @@
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServerOptionParsers.ps1",
"SQLServerInstall.ps1",
"SQLServerInstaller.ps1",
"Export-Function.ps1",
"Start-PowerShellProcess.ps1",
"SQLServerForAOAG.ps1"

View File

@ -47,7 +47,7 @@ class WindowsAgentExecutor(CommandBase):
template_data, queue, msg_id))
def encode_scripts(self, json_data, template_path):
scripts_folder = ''.join([os.path.dirname(template_path), "/scripts/"])
scripts_folder = 'data/templates/agent/scripts'
script_files = json_data.get("Scripts", [])
scripts = []
for script in script_files: