Skip to content

Commit 137091c

Browse files
authored
fix: filename typo in tutorial.md (buildpacks-community#1863)
1 parent da640cc commit 137091c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ This tutorial will walk through creating a kpack [builder](builders.md) resource
124124
image: buildpacksio/lifecycle
125125
```
126126

127+
Apply this lifecycle to the cluster
128+
127129
```bash
128-
kubectl apply -f builder.yaml
130+
kubectl apply -f lifecycle.yaml
129131
```
130132

131133
6. Create a Builder configuration

0 commit comments

Comments
 (0)