From 5dbbbce4ea3f9e17ac7564d16f8335b116299830 Mon Sep 17 00:00:00 2001 From: Kanchan Dhamane <74534570+kanchan-dhamane@users.noreply.github.com> Date: Fri, 12 Jul 2024 19:49:12 +0530 Subject: [PATCH] chore: updates the make fmt command (#6577) Signed-off-by: kanchan-dhamane <74534570+kanchan-dhamane@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a7d113ef..128c48103 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ fmt: goimports installcue $(CUE) fmt ./vela-templates/definitions/registry/* $(CUE) fmt ./pkg/stdlib/pkgs/* $(CUE) fmt ./pkg/stdlib/op.cue - $(CUE) fmt ./pkg/workflow/tasks/template/static/* + $(CUE) fmt ./pkg/workflow/template/static/* ## sdk_fmt: Run go fmt against code sdk_fmt: