We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a3492 commit e1c1ffbCopy full SHA for e1c1ffb
content/docs/extension-guide/create-extension/setup-local-environment.md
@@ -72,12 +72,7 @@ We unset any custom lifecycle image that may have been provided to ensure that t
72
73
<!-- test:exec -->
74
```bash
75
-# FIXME: remove branch when https://github.com/buildpacks/samples/pull/149 is merged
76
-git clone https://github.com/buildpacks/samples.git && \
77
- cd samples && \
78
- git fetch --all && \
79
- git checkout runext/update-samples && \
80
- cd ..
+git clone https://github.com/buildpacks/samples.git
81
```
82
83
<!--+ if false +-->
0 commit comments