Update GlueTypeEnum.java

powershell后面有空格,导致在centos powershell core环境执行失败。
master
cyyhyq 5 years ago committed by GitHub
parent ff66e6c6c5
commit 8ac3748ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      xxl-job-core/src/main/java/com/xxl/job/core/glue/GlueTypeEnum.java

@ -11,7 +11,7 @@ public enum GlueTypeEnum {
GLUE_PYTHON("GLUE(Python)", true, "python", ".py"),
GLUE_PHP("GLUE(PHP)", true, "php", ".php"),
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 boolean isScript;

Loading…
Cancel
Save