Skip to content

Commit 80835d3

Browse files
committed
remove restore
1 parent b2966ee commit 80835d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ manifests: controller-gen kustomize ## Generate RBAC objects.
152152
$(CONTROLLER_GEN) rbac:roleName=manager-role webhook paths="./..."
153153
$(SED) -i -E "s|(- )\${MCAD_REPO}.*|\1\${MCAD_CRD}|" config/crd/mcad/kustomization.yaml
154154
$(KUSTOMIZE) build config/crd/mcad > config/crd/mcad.yaml && make split_yaml FILE=config/crd/mcad.yaml
155-
git restore config/*
156155

157156
.PHONY: fmt
158157
fmt: ## Run go fmt against code.

0 commit comments

Comments
 (0)