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 d953dbe commit 5efb274Copy full SHA for 5efb274
content/docs/extension-guide/create-extension/setup-local-environment.md
@@ -72,7 +72,10 @@ We unset any custom lifecycle image that may have been provided to ensure that t
72
73
<!-- test:exec -->
74
```bash
75
-git clone https://github.com/buildpacks/samples.git
+git clone https://github.com/buildpacks/samples.git && \
76
+ cd samples && \
77
+ git fetch --all && \
78
+ git checkout fix/curl
79
```
80
81
<!--+ if false +-->
0 commit comments