nic-chen commented on a change in pull request #693:
URL: https://github.com/apache/apisix-dashboard/pull/693#discussion_r517809672



##########
File path: api/internal/handler/route/route.go
##########
@@ -175,7 +175,7 @@ func generateLuaCode(script map[string]interface{}) 
(string, error) {
        }
 
        cmd := exec.Command("sh", "-c",
-               "cd "+conf.DagLibPath+" && lua cli.lua "+
+               "cd "+conf.WorkDir+"/dag-to-lua && lua cli.lua "+

Review comment:
       I'will remove that config.users should not need to this dir.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to