Skip to content

Commit 5efb274

Browse files
author
Natalie Arellano
committed
Fix for broken samples
Signed-off-by: Natalie Arellano <[email protected]>
1 parent d953dbe commit 5efb274

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/docs/extension-guide/create-extension/setup-local-environment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ We unset any custom lifecycle image that may have been provided to ensure that t
7272

7373
<!-- test:exec -->
7474
```bash
75-
git clone https://github.com/buildpacks/samples.git
75+
git clone https://github.com/buildpacks/samples.git && \
76+
cd samples && \
77+
git fetch --all && \
78+
git checkout fix/curl
7679
```
7780

7881
<!--+ if false +-->

0 commit comments

Comments
 (0)