Skip to content

Commit

Permalink
Fix for broken samples
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano committed Sep 21, 2023
1 parent d953dbe commit 5efb274
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ We unset any custom lifecycle image that may have been provided to ensure that t

<!-- test:exec -->
```bash
git clone https://github.com/buildpacks/samples.git
git clone https://github.com/buildpacks/samples.git && \
cd samples && \
git fetch --all && \
git checkout fix/curl
```

<!--+ if false +-->
Expand Down

0 comments on commit 5efb274

Please sign in to comment.