[Fix]域控制器未开启不让输入车速

This commit is contained in:
chenfufeng
2022-01-20 19:34:53 +08:00
parent 5c4578d8af
commit c96dd9f2fa
2 changed files with 15 additions and 9 deletions

View File

@@ -326,7 +326,7 @@ def getWorkingBranchHash() {
proc.err.eachLine { line -> println line }
proc.waitFor()
println "Working branch hash: " + workingBranchHash
return workingBranchHash
return "\"${workingBranchHash}\""
}