X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fapiv1%2Fexec.go;h=18fdc7ea4a443057a0f73d8bb4230a4e31c2d066;hb=2c9ae6a5a27ae2f2e23495c613e7a53aed8e786c;hp=b0bfd4116ee071e05e0fd218482d92fb491345eb;hpb=2028752efc680c4c409f6f36bcf88104493d42c4;p=src%2Fxds%2Fxds-server.git diff --git a/lib/apiv1/exec.go b/lib/apiv1/exec.go index b0bfd41..18fdc7e 100644 --- a/lib/apiv1/exec.go +++ b/lib/apiv1/exec.go @@ -75,7 +75,7 @@ func (s *APIService) execCmd(c *gin.Context) { return } - prj := s.cfg.GetFolderFromID(id) + prj := s.mfolder.GetFolderFromID(id) if prj == nil { common.APIError(c, "Unknown id") return