Unverified 提交 8ac3748a authored 作者: cyyhyq's avatar cyyhyq 提交者: GitHub

Update GlueTypeEnum.java

powershell后面有空格,导致在centos powershell core环境执行失败。
上级 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论