Skip to content

Commit 47bbc91

Browse files
authored
Merge pull request #862 from cyclops-ui/create-gitops-module-in-cluster
create module in local cluster
2 parents 3926135 + 4e92dce commit 47bbc91

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cyclops-ctrl/internal/controller/modules.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ func (m *Modules) CreateModule(ctx *gin.Context) {
319319
fmt.Println(err)
320320
ctx.JSON(http.StatusInternalServerError, dto.NewError("Error pushing to git", err.Error()))
321321
}
322-
return
323322
}
324323

325324
err = m.kubernetesClient.CreateModule(module)

0 commit comments

Comments
 (0)