Commit 8ac3748a by cyyhyq Committed by GitHub

Update GlueTypeEnum.java

powershell后面有空格,导致在centos powershell core环境执行失败。
parent ff66e6c6
...@@ -11,7 +11,7 @@ public enum GlueTypeEnum { ...@@ -11,7 +11,7 @@ public enum GlueTypeEnum {
GLUE_PYTHON("GLUE(Python)", true, "python", ".py"), GLUE_PYTHON("GLUE(Python)", true, "python", ".py"),
GLUE_PHP("GLUE(PHP)", true, "php", ".php"), GLUE_PHP("GLUE(PHP)", true, "php", ".php"),
GLUE_NODEJS("GLUE(Nodejs)", true, "node", ".js"), GLUE_NODEJS("GLUE(Nodejs)", true, "node", ".js"),
GLUE_POWERSHELL("GLUE(PowerShell)", true, "powershell ", ".ps1"); GLUE_POWERSHELL("GLUE(PowerShell)", true, "powershell", ".ps1");
private String desc; private String desc;
private boolean isScript; private boolean isScript;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment