Skip to content

Commit afd2b1e

Browse files
authored
Merge pull request cds-hooks#649 from thiunuwan/patch-1
Patch 1 -Fixed Issue in building-blocks-cnb.md
2 parents 679709d + c989277 commit afd2b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/buildpack-author-guide/create-buildpack/building-blocks-cnb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ These two files are executable `detect` and `build` scripts. You are now able to
9191

9292
### Using your buildpack with `pack`
9393

94-
In order to test your buildpack, you will need to run the buildpack against your sample Ruby app using the `pack` CLI.
94+
In order to test your buildpack, you will need to run the buildpack against your sample Node.js app using the `pack` CLI.
9595

9696
Set your default [builder][builder] by running the following:
9797

@@ -117,7 +117,7 @@ pack build test-node-js-app --path ./node-js-sample-app --buildpack ./node-js-bu
117117
```
118118
<!--+- "{{execute}}"+-->
119119

120-
The `pack build` command takes in your Ruby sample app as the `--path` argument and your buildpack as the `--buildpack` argument.
120+
The `pack build` command takes in your Node.js sample app as the `--path` argument and your buildpack as the `--buildpack` argument.
121121

122122
After running the command, you should see that it failed to detect, as the `detect` script is currently written to simply error out.
123123

@@ -137,4 +137,4 @@ ERROR: failed to detect: buildpack(s) failed with err
137137
<a href="/docs/buildpack-author-guide/create-buildpack/detection" class="button bg-pink">Next Step</a>
138138

139139
[builder]: /docs/concepts/components/builder
140-
<!--+ end +-->
140+
<!--+ end +-->

0 commit comments

Comments
 (0)