Skip to content

Commit 324317f

Browse files
committed
fix typo in makefile
1 parent 410e279 commit 324317f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-and-push-aspects: # build and push all aspects
1919
docker buildx create --name kratix-cli-image-builder; \
2020
fi;
2121
make build-and-push-operator-promise-aspect
22-
make build-and-push-helm-promis-aspect
22+
make build-and-push-helm-promise-aspect
2323

2424
.PHONY: help
2525
help: # Show help for each of the Makefile recipes.

0 commit comments

Comments
 (0)