File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
content/docs/extension-author-guide/create-extension Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -93,5 +93,5 @@ Let's take a look at how the `samples/curl` extension fixes the error by switchi
93
93
<!-- + if false+-->
94
94
---
95
95
96
- <a href =" /docs/extension-author-guide/create-extension/run-dockerfile " class =" button bg-pink " >Next Step</a >
96
+ <a href =" /docs/extension-author-guide/create-extension/run-dockerfile-switch " class =" button bg-pink " >Next Step</a >
97
97
<!-- + end +-->
Original file line number Diff line number Diff line change @@ -72,8 +72,11 @@ We unset any custom lifecycle image that may have been provided to ensure that t
72
72
73
73
<!-- test:exec -->
74
74
``` bash
75
- git clone https://github.com/buildpacks/samples.git
76
- git checkout runext/update-samples # FIXME: remove when https://github.com/buildpacks/samples/pull/149 is merged
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 checkout runext/update-samples && \
79
+ cd ..
77
80
```
78
81
79
82
<!-- + if false +-->
You can’t perform that action at this time.
0 commit comments