File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/docs/buildpack-author-guide/create-buildpack Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ These two files are executable `detect` and `build` scripts. You are now able to
91
91
92
92
### Using your buildpack with ` pack `
93
93
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.
95
95
96
96
Set your default [ builder] [ builder ] by running the following:
97
97
@@ -117,7 +117,7 @@ pack build test-node-js-app --path ./node-js-sample-app --buildpack ./node-js-bu
117
117
```
118
118
<!-- +- "{{execute}}"+-->
119
119
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.
121
121
122
122
After running the command, you should see that it failed to detect, as the ` detect ` script is currently written to simply error out.
123
123
@@ -137,4 +137,4 @@ ERROR: failed to detect: buildpack(s) failed with err
137
137
<a href =" /docs/buildpack-author-guide/create-buildpack/detection " class =" button bg-pink " >Next Step</a >
138
138
139
139
[ builder ] : /docs/concepts/components/builder
140
- <!-- + end +-->
140
+ <!-- + end +-->
You can’t perform that action at this time.
0 commit comments