Skip to content

Commit 5c52b3b

Browse files
committed
fixing the makefile typo
1 parent def2687 commit 5c52b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
provision:
3-
minkube start
3+
minikube start
44
find manifests -name '*.yaml' -print0 | xargs -0 -n1 kubectl apply -f

0 commit comments

Comments
 (0)