|
@@ -11,7 +11,7 @@ public enum GlueTypeEnum {
|
11
|
11
|
GLUE_PYTHON("GLUE(Python)", true, "python", ".py"),
|
12
|
12
|
GLUE_PHP("GLUE(PHP)", true, "php", ".php"),
|
13
|
13
|
GLUE_NODEJS("GLUE(Nodejs)", true, "node", ".js"),
|
14
|
|
- GLUE_POWERSHELL("GLUE(PowerShell)", true, "powershell ", ".ps1");
|
|
14
|
+ GLUE_POWERSHELL("GLUE(PowerShell)", true, "powershell", ".ps1");
|
15
|
15
|
|
16
|
16
|
private String desc;
|
17
|
17
|
private boolean isScript;
|