Skip to content

Commit 0d5e129

Browse files
committed
fix typo
Signed-off-by: Eric Pickard <piceri@github.com>
1 parent 4770a34 commit 0d5e129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cluster:
4545
kubectl create namespace test1
4646
kubectl create namespace test2
4747
kubectl create namespace test3
48-
@echo "Kind cluster '${CLUSTER}' created with namespaces: dev, staging, prod"
48+
@echo "Kind cluster '${CLUSTER}' created with namespaces: test1, test2, test3"
4949

5050
.PHONY: cluster-delete
5151
cluster-delete:

0 commit comments

Comments
 (0)